Fix some Sonar smells

This commit is contained in:
Artem Bilan
2022-11-01 12:19:24 -04:00
parent 39bb09012a
commit ef63d90262
7 changed files with 97 additions and 107 deletions

View File

@@ -52,7 +52,7 @@ public class IntegrationGraphControllerParser implements BeanDefinitionParser {
@Override
public Set<MethodMetadata> getDeclaredMethods() {
return null;
throw new UnsupportedOperationException("The class doesn't support this operation");
}
}, parserContext.getRegistry());