Whew
This commit is contained in:
@ -21,7 +21,7 @@ public enum GossipState {
|
||||
UP("up"), DOWN("down");
|
||||
private final String state;
|
||||
|
||||
private GossipState(String state){
|
||||
private GossipState(String state) {
|
||||
this.state = state;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user