Gary wants us to be more precise :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137943 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2a041e2778
commit
11b51253fc
|
@ -74,7 +74,7 @@ import java.lang.reflect.Modifier;
|
||||||
* @author Gary Gregory
|
* @author Gary Gregory
|
||||||
* @author Pete Gieser
|
* @author Pete Gieser
|
||||||
* @since 1.0
|
* @since 1.0
|
||||||
* @version $Id: HashCodeBuilder.java,v 1.22 2004/08/15 02:17:13 bayard Exp $
|
* @version $Id: HashCodeBuilder.java,v 1.23 2004/09/30 06:26:37 bayard Exp $
|
||||||
*/
|
*/
|
||||||
public class HashCodeBuilder {
|
public class HashCodeBuilder {
|
||||||
|
|
||||||
|
@ -461,7 +461,7 @@ public class HashCodeBuilder {
|
||||||
* <p>Append a <code>hashCode</code> for a <code>boolean</code>.</p>
|
* <p>Append a <code>hashCode</code> for a <code>boolean</code>.</p>
|
||||||
* <p>This adds <code>iConstant * 1</code> to the <code>hashCode</code>
|
* <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.
|
* 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>
|
* @param value the boolean to add to the <code>hashCode</code>
|
||||||
* @return this
|
* @return this
|
||||||
|
|
Loading…
Reference in New Issue