From 1d0e73a682cf0b06eb8e41c9538a30123cc65b52 Mon Sep 17 00:00:00 2001 From: Oliver Heger Date: Sat, 19 Mar 2011 16:55:23 +0000 Subject: [PATCH] Checkstyle git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083229 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/commons/lang3/AnnotationUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/AnnotationUtils.java b/src/main/java/org/apache/commons/lang3/AnnotationUtils.java index 28a91e7d0..190604b39 100644 --- a/src/main/java/org/apache/commons/lang3/AnnotationUtils.java +++ b/src/main/java/org/apache/commons/lang3/AnnotationUtils.java @@ -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) {