Skip to content

Commit

Permalink
Add new constant missed in previous commit
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1589992 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Apr 25, 2014
1 parent fa6e9ff commit 50311be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/org/apache/tomcat/util/descriptor/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ public class Constants {
public static final String PACKAGE_NAME =
Constants.class.getPackage().getName();

public static final boolean IS_SECURITY_ENABLED = (System.getSecurityManager() != null);
}

0 comments on commit 50311be

Please sign in to comment.