Author: kfujino Date: Fri Apr 15 06:21:51 2016 New Revision: 1739226 URL: http://svn.apache.org/viewvc?rev=1739226&view=rev Log: No-functional change. Remove unneeded package.
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=1739226&r1=1739225&r2=1739226&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java (original) +++ tomcat/trunk/java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java Fri Apr 15 06:21:51 2016 @@ -313,7 +313,7 @@ public class SimpleTcpCluster extends Li * @return the current Deployer */ @Override - public org.apache.catalina.ha.ClusterDeployer getClusterDeployer() { + public ClusterDeployer getClusterDeployer() { return clusterDeployer; } @@ -322,8 +322,7 @@ public class SimpleTcpCluster extends Li * @param clusterDeployer The associated deployer */ @Override - public void setClusterDeployer( - org.apache.catalina.ha.ClusterDeployer clusterDeployer) { + public void setClusterDeployer(ClusterDeployer clusterDeployer) { this.clusterDeployer = clusterDeployer; } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org