jt2594838 commented on a change in pull request #34: fix sonar 
URL: https://github.com/apache/incubator-iotdb/pull/34#discussion_r251220053
 
 

 ##########
 File path: jdbc/src/main/java/org/apache/iotdb/jdbc/IoTDBSQLException.java
 ##########
 @@ -23,17 +23,17 @@
 public class IoTDBSQLException extends SQLException {
 
   private static final long serialVersionUID = -3306001287342258977L;
-  private String errorMessage;
+//  private String errorMessage;
 
   public IoTDBSQLException(String reason) {
     super(reason);
   }
 
-  public String getErrorMessage() {
-    return errorMessage;
-  }
-
-  public void setErrorMessage(String errorMessage) {
-    this.errorMessage = errorMessage;
-  }
+//  public String getErrorMessage() {
+//    return errorMessage;
+//  }
+//
+//  public void setErrorMessage(String errorMessage) {
+//    this.errorMessage = errorMessage;
+//  }
 
 Review comment:
   Why not just remove these code?

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