Author: kfujino Date: Tue Dec 15 06:52:41 2015 New Revision: 1720078 URL: http://svn.apache.org/viewvc?rev=1720078&view=rev Log: No-functional change. Use import.
Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java?rev=1720078&r1=1720077&r2=1720078&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java (original) +++ tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Tue Dec 15 06:52:41 2015 @@ -38,6 +38,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; @@ -136,7 +137,7 @@ public class SimpleTcpCluster extends Li private final List<Valve> valves = new ArrayList<>(); - 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