Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 18470 invoked from network); 30 Sep 2004 06:26:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Sep 2004 06:26:48 -0000 Received: (qmail 83759 invoked by uid 500); 30 Sep 2004 06:26:39 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 83695 invoked by uid 500); 30 Sep 2004 06:26:39 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 83682 invoked by uid 500); 30 Sep 2004 06:26:39 -0000 Received: (qmail 83675 invoked by uid 99); 30 Sep 2004 06:26:39 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 29 Sep 2004 23:26:38 -0700 Received: (qmail 18393 invoked by uid 1360); 30 Sep 2004 06:26:37 -0000 Date: 30 Sep 2004 06:26:37 -0000 Message-ID: <20040930062637.18392.qmail@minotaur.apache.org> From: bayard@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/builder HashCodeBuilder.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N bayard 2004/09/29 23:26:37 Modified: lang/src/java/org/apache/commons/lang/builder HashCodeBuilder.java Log: Gary wants us to be more precise :) Revision Changes Path 1.23 +2 -2 jakarta-commons/lang/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java Index: HashCodeBuilder.java =================================================================== RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- HashCodeBuilder.java 15 Aug 2004 02:17:13 -0000 1.22 +++ HashCodeBuilder.java 30 Sep 2004 06:26:37 -0000 1.23 @@ -461,7 +461,7 @@ *

Append a hashCode for a boolean.

*

This adds iConstant * 1 to the hashCode * and not a 1231 or 1237 as done in java.lang.Boolean. - * This is in accordance with the Effective Java design.

+ * This is in accordance with the Effective Java design.

* * @param value the boolean to add to the hashCode * @return this --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org