Author: markt Date: Thu Aug 16 19:53:27 2012 New Revision: 1374021 URL: http://svn.apache.org/viewvc?rev=1374021&view=rev Log: UCDectector - Deprecate unused code
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Constants.java Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1374019 Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Constants.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Constants.java?rev=1374021&r1=1374020&r2=1374021&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Constants.java (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/Constants.java Thu Aug 16 19:53:27 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