mdf369 commented on a change in pull request #37: Fix sanor kyy
URL: https://github.com/apache/incubator-iotdb/pull/37#discussion_r252100706
 
 

 ##########
 File path: jdbc/src/main/java/org/apache/iotdb/jdbc/Utils.java
 ##########
 @@ -39,6 +39,13 @@
  */
 public class Utils {
 
+  /**
+   * Private constructor of Utils Class.
+   */
+  private  Utils(){
+    throw new IllegalAccessError("Utility class");
 
 Review comment:
   Why throwing exception instead of leaving it empty?

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