Fixed JdkAnnotationsSanityTest.
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ public class RawTypesCheck {
|
||||
}
|
||||
|
||||
for (HierarchicalMethodSignature superSignature : method.getHierarchicalMethodSignature().getSuperSignatures()) {
|
||||
if (hasRawTypesInSignature(superSignature.getMethod())) {
|
||||
if (superSignature.isRaw() || hasRawTypesInSignature(superSignature.getMethod())) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user