Author: rjung
Date: Fri Jun 18 23:12:58 2010
New Revision: 956146

URL: http://svn.apache.org/viewvc?rev=956146&view=rev
Log:
Fix Javadoc.

CTR

Modified:
    
tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java

Modified: 
tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java?rev=956146&r1=956145&r2=956146&view=diff
==============================================================================
--- 
tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java
 (original)
+++ 
tomcat/tc5.5.x/trunk/container/modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.java
 Fri Jun 18 23:12:58 2010
@@ -95,10 +95,7 @@ public class DeltaSession extends Standa
     // ----------------------------------------------------------- Constructors
 
     /**
-     * Construct a new Session associated with the specified Manager.
-     *
-     * @param manager
-     *            The manager with which this Session is associated
+     * Construct a new Session.
      */
     public DeltaSession() {
         this(null);



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

Reply via email to