Author: kfujino Date: Tue Dec 15 06:54:02 2015 New Revision: 1720080 URL: http://svn.apache.org/viewvc?rev=1720080&view=rev Log: No-functional change. Use import.
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=1720080&r1=1720079&r2=1720080&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 Tue Dec 15 06:54:02 2015 @@ -40,6 +40,7 @@ import org.apache.catalina.LifecycleStat import org.apache.catalina.Manager; import org.apache.catalina.Valve; import org.apache.catalina.ha.CatalinaCluster; +import org.apache.catalina.ha.ClusterDeployer; import org.apache.catalina.ha.ClusterListener; import org.apache.catalina.ha.ClusterManager; import org.apache.catalina.ha.ClusterMessage; @@ -155,7 +156,7 @@ public class SimpleTcpCluster extends Li private List<Valve> valves = new ArrayList<Valve>(); - private org.apache.catalina.ha.ClusterDeployer clusterDeployer; + private ClusterDeployer clusterDeployer; private ObjectName onameClusterDeployer; /** --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org