Commit 28759472 authored by Tom Evans's avatar Tom Evans

OF-774: Restore private constructor

Per review feedback, restore the private constructor for this static
utility class.
parent ad08cae9
......@@ -116,6 +116,9 @@ public class AuthorizationManager {
}
}
// static utility class; do not instantiate
private AuthorizationManager() { }
/**
* Returns the currently-installed AuthorizationProvider. Warning: You
* should not be calling the AuthorizationProvider directly to perform
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment