Checkstyle and trailing spaces.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oliver Heger 2011-03-19 16:41:05 +00:00
parent 33c75a4ac8
commit 57706fae97
1 changed files with 98 additions and 94 deletions

View File

@ -290,6 +290,8 @@ public static int reflectionHashCode(int initialNonZeroOddNumber, int multiplier
* Calls {@link #reflectionHashCode(int, int, Object, boolean, Class, String[])} with excludeFields set to
* <code>null</code>.
*
* @param <T>
* the type of the object involved
* @param initialNonZeroOddNumber
* a non-zero, odd number used as the initial value
* @param multiplierNonZeroOddNumber
@ -334,6 +336,8 @@ public static <T> int reflectionHashCode(int initialNonZeroOddNumber, int multip
* however this is not vital. Prime numbers are preferred, especially for the multiplier.
* </p>
*
* @param <T>
* the type of the object involved
* @param initialNonZeroOddNumber
* a non-zero, odd number used as the initial value
* @param multiplierNonZeroOddNumber