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:
parent
6e547b34b4
commit
1d0e73a682
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue