vvysotskyi commented on a change in pull request #1415: DRILL-6656: Disallow 
extra semicolons in import statements.
URL: https://github.com/apache/drill/pull/1415#discussion_r207500343
 
 

 ##########
 File path: drill-yarn/src/test/java/org/apache/drill/yarn/core/TestConfig.java
 ##########
 @@ -81,7 +81,6 @@ protected URL findResource(String name) {
         try {
           return file.toURI().toURL();
         } catch (MalformedURLException e) {
-          ;
 
 Review comment:
   Could you please add a comments like `// noop` to avoid warnings for empty 
catch statement?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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