Skip to content

Commit

Permalink
Merge pull request alibaba#641 from wuyoushan/remove_useless_semicolon
Browse files Browse the repository at this point in the history
remove useless semicolon
  • Loading branch information
hxy1991 authored Jan 18, 2019
2 parents a666658 + 938666c commit 606bd1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public class NacosException extends Exception {
public NacosException() {
}

;

public NacosException(int errCode, String errMsg) {
this.errCode = errCode;
this.errMsg = errMsg;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public class ConfigKey implements Serializable {
public ConfigKey() {
}

;

public ConfigKey(String appName, String dataId, String group) {
this.appName = appName;
this.dataId = dataId;
Expand Down

0 comments on commit 606bd1d

Please sign in to comment.