Author: markt Date: Thu Aug 16 19:51:59 2012 New Revision: 1374019 URL: http://svn.apache.org/viewvc?rev=1374019&view=rev Log: UCDectector - Deprecate unused code
Modified: tomcat/trunk/java/org/apache/coyote/http11/Constants.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Constants.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/Constants.java?rev=1374019&r1=1374018&r2=1374019&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/http11/Constants.java (original) +++ tomcat/trunk/java/org/apache/coyote/http11/Constants.java Thu Aug 16 19:51:59 2012 @@ -203,7 +203,10 @@ public final class Constants { /** * Has security been turned on? + * + * @deprecated Unused - will be removed in 8.0.x */ + @Deprecated public static final boolean IS_SECURITY_ENABLED = (System.getSecurityManager() != null); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org