Author: oheger
Date: Sat Mar 19 16:55:23 2011
New Revision: 1083229
URL: http://svn.apache.org/viewvc?rev=1083229&view=rev
Log:
Checkstyle
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/AnnotationUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/AnnotationUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/AnnotationUtils.java?rev=1083229&r1=1083228&r2=1083229&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/AnnotationUtils.java
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/AnnotationUtils.java
Sat Mar 19 16:55:23 2011
@@ -248,7 +248,7 @@ public class AnnotationUtils {
* 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) {