yoavs       2004/05/26 09:31:23

  Modified:    modules/cluster/src/share/org/apache/catalina/cluster
                        Member.java
  Log:
  Minor JavaDoc fixes (Bugzilla 28335)
  
  Revision  Changes    Path
  1.5       +1 -5      
jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/Member.java
  
  Index: Member.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/Member.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Member.java       27 Feb 2004 14:58:55 -0000      1.4
  +++ Member.java       26 May 2004 16:31:23 -0000      1.5
  @@ -33,22 +33,18 @@
   public interface Member {
       /**
        * Return implementation specific properties about this cluster node.
  -     * @return
        */
       public java.util.HashMap getMemberProperties();
       /**
        * Returns the name of this node, should be unique within the cluster.
  -     * @return
        */
       public String getName();
       /**
        * Returns the TCP listen host for the TCP implementation
  -     * @return
        */
       public String getHost();
       /**
        * Returns the TCP listen portfor the TCP implementation
  -     * @return
        */
       public int getPort();
   
  
  
  

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

Reply via email to