Fixed javadoc spelling errors.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1090932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67704d8e76
commit
fc9dec48b8
|
@ -946,9 +946,9 @@ public class HashCodeBuilder implements Builder<Integer> {
|
|||
|
||||
/**
|
||||
* <p>
|
||||
* The computed <code>hashCode</code> from toHashCode() is returned due to the likelyhood
|
||||
* of bugs in mis-calling toHashCode() and the unlikelyness of it mattering what the hashCode for
|
||||
* HashCodeBuilder itself is.
|
||||
* The computed <code>hashCode</code> from toHashCode() is returned due to the likelihood
|
||||
* of bugs in mis-calling toHashCode() and the unlikeliness of it mattering what the hashCode for
|
||||
* HashCodeBuilder itself is.</p>
|
||||
*
|
||||
* @return <code>hashCode</code> based on the fields appended
|
||||
* @since 2.5
|
||||
|
|
Loading…
Reference in New Issue