You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/01/29 20:31:05 UTC

svn commit: r1237427 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

Author: markt
Date: Sun Jan 29 19:31:05 2012
New Revision: 1237427

URL: http://svn.apache.org/viewvc?rev=1237427&view=rev
Log:
Deprecate code that is going to be removed

Modified:
    tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java?rev=1237427&r1=1237426&r2=1237427&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Sun Jan 29 19:31:05 2012
@@ -163,7 +163,9 @@ public class ContextConfig implements Li
 
     /**
      * The default web application's context file location.
+     * @deprecated Unnecessary
      */
+    @Deprecated
     protected String defaultContextXml = null;
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org