Polishing

This commit is contained in:
Juergen Hoeller
2018-10-09 23:14:49 +02:00
parent f662e3b85e
commit 053820c4ff
4 changed files with 8 additions and 8 deletions

View File

@@ -84,7 +84,7 @@ public class AnnotationMetadataReadingVisitor extends ClassMetadataReadingVisito
}
@Override
public AnnotationVisitor visitAnnotation(final String desc, boolean visible) {
public AnnotationVisitor visitAnnotation(String desc, boolean visible) {
String className = Type.getType(desc).getClassName();
this.annotationSet.add(className);
return new AnnotationAttributesReadingVisitor(