jmark99 commented on a change in pull request #1191: Replace use of deprecated 
newInstance calls.
URL: https://github.com/apache/accumulo/pull/1191#discussion_r292507976
 
 

 ##########
 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:
   Merge changes. Closes #1191 

----------------------------------------------------------------
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

Reply via email to