Checkstyle

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oliver Heger 2011-03-19 16:55:23 +00:00
parent 6e547b34b4
commit 1d0e73a682
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ public static boolean isValidAnnotationMemberType(Class<?> type) {
* Helper method for generating a hash code for a member of an annotation.
*
* @param name the name of the member
* @param the value of the member
* @param value the value of the member
* @return a hash code for this member
*/
private static int hashMember(String name, Object value) {