Author: kkolinko
Date: Tue Feb  4 17:40:00 2014
New Revision: 1564399

URL: http://svn.apache.org/r1564399
Log:
Merged r1564398 from tomcat/trunk:
Move class Javadoc to the correct place

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/ClusterDeployer.java

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1564398

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/ClusterDeployer.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/ClusterDeployer.java?rev=1564399&r1=1564398&r2=1564399&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/ClusterDeployer.java 
(original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/ha/ClusterDeployer.java Tue 
Feb  4 17:40:00 2014
@@ -17,18 +17,18 @@
 
 package org.apache.catalina.ha;
 
-/**
- * A <b>ClusterDeployer</b> interface allows to plug in and out the
- * different deployment implementations
- *
- * @author Filip Hanik
- */
 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
+ *
+ * @author Filip Hanik
+ */
 public interface ClusterDeployer extends ChannelListener {
     /**
      * Descriptive information about this component implementation.



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

Reply via email to