yoavs       2004/05/26 09:37:51

  Modified:    modules/cluster/src/share/org/apache/catalina/cluster/session
                        ReplicatedSession.java
  Log:
  Minor JavaDoc fixes (Bugzilla 28335)
  
  Revision  Changes    Path
  1.12      +1 -3      
jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session/ReplicatedSession.java
  
  Index: ReplicatedSession.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/session/ReplicatedSession.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ReplicatedSession.java    27 Feb 2004 14:58:56 -0000      1.11
  +++ ReplicatedSession.java    26 May 2004 16:37:51 -0000      1.12
  @@ -139,7 +139,6 @@
        * <code>Realm.authenticate()</code> calls on every request.
        *
        * @param principal The new Principal, or <code>null</code> if none
  -     * @param jgnotify notify the other nodes in the cluster? (true/false)
        */
       public void setPrincipal(Principal principal) {
           super.setPrincipal(principal);
  @@ -202,7 +201,6 @@
       /**
        * returns true if this session is the primary session, if that is the
        * case, the manager can expire it upon timeout.
  -     * @return
        */
       public boolean isPrimarySession() {
           return isPrimarySession;
  @@ -210,7 +208,7 @@
   
       /**
        * Sets whether this is the primary session or not.
  -     * @param primarySession
  +     * @param primarySession Flag value
        */
       public void setPrimarySession(boolean primarySession) {
           this.isPrimarySession=primarySession;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to