mcconnell    2002/11/29 07:09:52

  Modified:    meta/src/java/org/apache/excalibur/meta/info Service.java
  Log:
  javadoc update
  
  Revision  Changes    Path
  1.5       +7 -3      
jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/Service.java
  
  Index: Service.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/meta/src/java/org/apache/excalibur/meta/info/Service.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Service.java      18 Nov 2002 13:01:03 -0000      1.4
  +++ Service.java      29 Nov 2002 15:09:52 -0000      1.5
  @@ -177,7 +177,8 @@
       }
   
       /**
  -     * Make the Service friendly with Hashmaps.
  +     * Return the hascode for this service defintion.
  +     * @return the hascode value
        */
       public int hashCode()
       {
  @@ -185,7 +186,10 @@
       }
   
       /**
  -     * Make the Service friendly with Hashmaps.
  +     * Compare this object to the supplied object for equality.
  +     * @param other the object to compare to this object
  +     * @return true if this object matches the supplied object 
  +     *    in terms of service classname and version
        */
       public boolean equals( Object other )
       {
  
  
  

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

Reply via email to