Author: kkolinko Date: Fri Jan 24 04:13:02 2014 New Revision: 1560898 URL: http://svn.apache.org/r1560898 Log: CTR: javadoc fixes
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaRequest.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaRequest.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaRequest.java?rev=1560898&r1=1560897&r2=1560898&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaRequest.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaRequest.java Fri Jan 24 04:13:02 2014 @@ -292,7 +292,6 @@ public class DeltaRequest implements Ext * serialize DeltaRequest * @see DeltaRequest#writeExternal(java.io.ObjectOutput) * - * @param deltaRequest * @return serialized delta request * @throws IOException */ Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java?rev=1560898&r1=1560897&r2=1560898&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java Fri Jan 24 04:13:02 2014 @@ -526,7 +526,7 @@ public class ReplicationValve /** * Send message delta message from request session - * @param request current request + * @param session current session * @param manager session manager * @param cluster replication cluster */ Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java?rev=1560898&r1=1560897&r2=1560898&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java Fri Jan 24 04:13:02 2014 @@ -78,7 +78,7 @@ public class JmxRemoteLifecycleListener /** * Get the port on which the Platform RMI server is exported. This is the * port that is normally chosen by the RMI stack. - * @returns The port number + * @return The port number */ public int getRmiServerPortPlatform() { return rmiServerPortPlatform; @@ -95,7 +95,7 @@ public class JmxRemoteLifecycleListener /** * Get the port on which the Platform RMI registry is exported. - * @returns The port number + * @return The port number */ public int getRmiRegistryPortPlatform() { return rmiRegistryPortPlatform; @@ -113,7 +113,7 @@ public class JmxRemoteLifecycleListener * Get the flag that indicates that local ports should be used for all * connections. If using SSH tunnels, or similar, this should be set to * true to ensure the RMI client uses the tunnel. - * @returns <code>true</code> if local ports should be used + * @return <code>true</code> if local ports should be used */ public boolean getUseLocalPorts() { return useLocalPorts; Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java?rev=1560898&r1=1560897&r2=1560898&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java Fri Jan 24 04:13:02 2014 @@ -1139,7 +1139,7 @@ public class JNDIRealm extends RealmBase * * @exception NamingException if a directory server error occurs * - * @see #getUser(DirContext, String, int) + * @see #getUser(DirContext, String, String, int) */ protected User getUser(DirContext context, String username, String credentials) throws NamingException { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org