Author: markt
Date: Tue Aug  7 19:54:29 2012
New Revision: 1370475

URL: http://svn.apache.org/viewvc?rev=1370475&view=rev
Log:
Deprecate unused code

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/Constants.java

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1370386,1370473

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/Constants.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/Constants.java?rev=1370475&r1=1370474&r2=1370475&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/Constants.java 
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/Constants.java Tue Aug 
 7 19:54:29 2012
@@ -25,8 +25,10 @@ package org.apache.catalina.tribes;
  * @author Bip Thelin
  * @author Filip Hanik
  * @version $Id$
+ *
+ * @deprecated  Unused - will be removed in 8.0.x
  */
-
+@Deprecated
 public final class Constants {
     public static final String Package = "org.apache.catalina.tribes";
 }



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

Reply via email to