Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nkorange committed Apr 10, 2019
1 parent 026c430 commit 857f9bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public Cluster() {

public Cluster(String clusterName) {
this.setName(clusterName);
validate();
}

public int getDefIPPort() {
Expand Down

0 comments on commit 857f9bd

Please sign in to comment.