Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 51234 invoked from network); 15 Mar 2005 14:05:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Mar 2005 14:05:59 -0000 Received: (qmail 80445 invoked by uid 500); 15 Mar 2005 14:05:57 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 80407 invoked by uid 500); 15 Mar 2005 14:05:57 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 80393 invoked by uid 500); 15 Mar 2005 14:05:57 -0000 Received: (qmail 80390 invoked by uid 99); 15 Mar 2005 14:05:57 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 15 Mar 2005 06:05:57 -0800 Received: (qmail 51200 invoked by uid 1539); 15 Mar 2005 14:05:55 -0000 Date: 15 Mar 2005 14:05:55 -0000 Message-ID: <20050315140555.51199.qmail@minotaur.apache.org> From: peterreilly@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant Location.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org