Hello,

Please review a fix for the issue:

8009880 TEST_BUG: Test java/beans/Introspector/TestTypeResolver.java should be modified again

The webrev is: http://cr.openjdk.java.net/~kshefov/8009880/webrev.00/

Added necessary method declarations for successful test compilation:

 218         @Override
 219         public AnnotatedType[] getAnnotatedBounds() {
 220             return null; // not used
 221         }
 222
 223         @Override
224 public <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass) {
 225             return null; // not used
 226         }
 227
 228         @Override
229 public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass) {
 230             return null; // not used
 231         }

Thanks,
Konstantin

Reply via email to