yoavs       2004/05/26 08:25:05

  Modified:    catalina/src/share/org/apache/catalina Container.java
  Log:
  Minor JavaDoc fixes (Bugzilla 11212)
  
  Revision  Changes    Path
  1.8       +2 -2      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Container.java
  
  Index: Container.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Container.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Container.java    27 Feb 2004 14:58:38 -0000      1.7
  +++ Container.java    26 May 2004 15:25:05 -0000      1.8
  @@ -207,7 +207,7 @@
       /**
        * Set the Cluster with which this Container is associated.
        *
  -     * @param connector The Connector to be added
  +     * @param cluster the Cluster with which this Container is associated.
        */
       public void setCluster(Cluster cluster);
   
  
  
  

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

Reply via email to