You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2004/09/30 08:26:37 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/builder HashCodeBuilder.java

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 @@
        * <p>Append a <code>hashCode</code> for a <code>boolean</code>.</p>
        * <p>This adds <code>iConstant * 1</code> to the <code>hashCode</code>
        * and not a <code>1231</code> or <code>1237</code> as done in java.lang.Boolean. 
  -     * This is in accordance with the Effective Java design. </p>
  +     * This is in accordance with the <quote>Effective Java</quote> design. </p>
        *
        * @param value  the boolean to add to the <code>hashCode</code>
        * @return this
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org