Author: markt Date: Sun Nov 8 17:11:34 2015 New Revision: 1713262 URL: http://svn.apache.org/viewvc?rev=1713262&view=rev Log: Mark unused constant as unused and deprecate it.
Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/server/Constants.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/server/Constants.java URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/server/Constants.java?rev=1713262&r1=1713261&r2=1713262&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/server/Constants.java (original) +++ tomcat/tc8.0.x/trunk/java/org/apache/tomcat/websocket/server/Constants.java Sun Nov 8 17:11:34 2015 @@ -34,6 +34,10 @@ public class Constants { // Executor configuration public static final String EXECUTOR_CORE_SIZE_INIT_PARAM = "org.apache.tomcat.websocket.executorCoreSize"; + /** + * @deprecated No longer used and will be removed in Tomcat 9.0.x + */ + @Deprecated public static final String EXECUTOR_MAX_SIZE_INIT_PARAM = "org.apache.tomcat.websocket.executorMaxSize"; public static final String EXECUTOR_KEEPALIVETIME_SECONDS_INIT_PARAM = --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org