We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3207cf0 commit eb78300Copy full SHA for eb78300
cdi/src/main/java/org/hibernate/validator/cdi/ValidationExtension.java
@@ -406,7 +406,7 @@ private EnumSet<ExecutableType> commonExecutableTypeChecks(ValidateOnExecution v
406
return executableTypes;
407
}
408
409
- public Method replaceWithOverriddenOrInterfaceMethod(Method method, List<Method> allMethodsOfType) {
+ private Method replaceWithOverriddenOrInterfaceMethod(Method method, List<Method> allMethodsOfType) {
410
LinkedList<Method> list = new LinkedList<>( allMethodsOfType );
411
Iterator<Method> iterator = list.descendingIterator();
412
while ( iterator.hasNext() ) {
0 commit comments