ctubbsii commented on a change in pull request #1191: Replace use of deprecated
newInstance calls.
URL: https://github.com/apache/accumulo/pull/1191#discussion_r292239056
##########
File path:
core/src/main/java/org/apache/accumulo/core/conf/ConfigSanityCheck.java
##########
@@ -158,8 +159,8 @@ private static void verifyValidClassName(String
confOption, String className,
Class<?> requiredBaseClass) {
try {
ConfigurationTypeHelper.getClassInstance(null, className,
requiredBaseClass);
- } catch (ClassNotFoundException | InstantiationException |
IllegalAccessException
- | IOException e) {
+ } catch (ClassNotFoundException | InstantiationException |
IllegalAccessException | IOException
Review comment:
No, go ahead. My changes are larger, and merging yours in first will make
mine more more manageable.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services