vvysotskyi commented on a change in pull request #1895: DRILL-6540: Upgrade to 
HADOOP-3.x libraries
URL: https://github.com/apache/drill/pull/1895#discussion_r344265651
 
 

 ##########
 File path: 
exec/jdbc-all/src/test/java/org/apache/drill/jdbc/DrillbitClassLoader.java
 ##########
 @@ -26,16 +26,16 @@
 
 public class DrillbitClassLoader extends URLClassLoader {
 
-  public DrillbitClassLoader() {
+  DrillbitClassLoader() {
     super(URLS);
   }
 
   private static final URL[] URLS;
 
   static {
-    ArrayList<URL> urlList = new ArrayList<URL>();
+    ArrayList<URL> urlList = new ArrayList<>();
 
 Review comment:
   ```suggestion
       List<URL> urlList = new ArrayList<>();
   ```

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