Skip to content

Commit

Permalink
[JENKINS-35515] - Fix typo in the system property name
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 13, 2016
1 parent 37cdf94 commit 4ca0ddc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public class Settings {
*/
@SuppressFBWarnings(value = "MS_SHOULD_BE_FINAL", justification = "We want to be it modifyable on the flight")
public static boolean TREAT_USER_AUTHORITIES_AS_ROLES =
Boolean.getBoolean(Settings.class.getName() + ".threatUserAuthoritiesAsRoles");
Boolean.getBoolean(Settings.class.getName() + ".treatUserAuthoritiesAsRoles");

private Settings() {}

Expand Down

0 comments on commit 4ca0ddc

Please sign in to comment.