jmark99 commented on a change in pull request #1191: Replace use of deprecated
newInstance calls.
URL: https://github.com/apache/accumulo/pull/1191#discussion_r292233413
##########
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:
@ctubbsii I can update to use ReflectiveOperationException. Given that you
were doing similar work today would you prefer I close this PR and wait for
your updates or proceed with the changes?
----------------------------------------------------------------
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