peterreilly    2005/03/15 06:05:55

  Modified:    src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
                        Location.java
  Log:
  sync
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.15.2.7  +2 -0      ant/src/main/org/apache/tools/ant/Location.java
  
  Index: Location.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/Location.java,v
  retrieving revision 1.15.2.6
  retrieving revision 1.15.2.7
  diff -u -r1.15.2.6 -r1.15.2.7
  --- Location.java     15 Mar 2005 13:19:05 -0000      1.15.2.6
  +++ Location.java     15 Mar 2005 14:05:55 -0000      1.15.2.7
  @@ -140,6 +140,7 @@
        * @param other the object to compare to.
        * @return true if the other object contains the same information
        *              as this object.
  +     * @since Ant 1.6.3
        */
       public boolean equals(Object other) {
           if (this == other) {
  @@ -157,6 +158,7 @@
       /**
        * Hash operation.
        * @return a hash code value for this location.
  +     * @since Ant 1.6.3
        */
       public int hashCode() {
           return toString().hashCode();
  
  
  

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

Reply via email to