Author: mbenson
Date: Mon Mar 21 15:59:10 2011
New Revision: 1083850

URL: http://svn.apache.org/viewvc?rev=1083850&view=rev
Log:
javadoc

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=1083850&r1=1083849&r2=1083850&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
 Mon Mar 21 15:59:10 2011
@@ -153,7 +153,8 @@ public class AnnotationUtils {
     }
 
     /**
-     * <p>Generate a hash code for the given annotation.</p>
+     * <p>Generate a hash code for the given annotation using the algorithm
+     * presented in the {@link Annotation#hashCode()} API docs.</p>
      *
      * @param a the Annotation for a hash code calculation is desired, not
      * {@code null}


Reply via email to