Author: kfujino
Date: Fri Mar 28 08:08:49 2014
New Revision: 1582632

URL: http://svn.apache.org/r1582632
Log:
Deprecate unused lifecycleEvent method.

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java

Modified: 
tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java?rev=1582632&r1=1582631&r2=1582632&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java 
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java 
Fri Mar 28 08:08:49 2014
@@ -644,8 +644,10 @@ public class SimpleTcpCluster extends Li
      * only log the messages as trace level.
      * 
      * @see 
org.apache.catalina.LifecycleListener#lifecycleEvent(org.apache.catalina.LifecycleEvent)
+     * @deprecated  Unused - will be removed in Tomcat 8.0.x
      */
     @Override
+    @Deprecated
     public void lifecycleEvent(LifecycleEvent lifecycleEvent) {
         if (log.isTraceEnabled())
             log.trace(sm.getString("SimpleTcpCluster.event.log", 
lifecycleEvent.getType(), lifecycleEvent.getData()));



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

Reply via email to