Author: kkolinko
Date: Tue Feb 4 17:36:38 2014
New Revision: 1564398
URL: http://svn.apache.org/r1564398
Log:
Move class Javadoc to the correct place
Modified:
tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java
Modified: tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java?rev=1564398&r1=1564397&r2=1564398&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java (original)
+++ tomcat/trunk/java/org/apache/catalina/ha/ClusterDeployer.java Tue Feb 4
17:36:38 2014
@@ -17,16 +17,16 @@
package org.apache.catalina.ha;
-/**
- * A <b>ClusterDeployer</b> interface allows to plug in and out the
- * different deployment implementations
- */
import java.io.File;
import java.io.IOException;
import org.apache.catalina.LifecycleException;
import org.apache.catalina.tribes.ChannelListener;
+/**
+ * A <b>ClusterDeployer</b> interface allows to plug in and out the
+ * different deployment implementations
+ */
public interface ClusterDeployer extends ChannelListener {
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]