Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Sep 29, 2017
1 parent ee2909e commit 3a2d5e6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
import org.apache.camel.main.MainListenerSupport;

public final class ZooKeeperMasterMain {
private ZooKeeperMasterMain() {
}

public static void main(String[] args) throws Exception {
final String nodeId = UUID.randomUUID().toString();
final String address = args[0];
Expand Down

0 comments on commit 3a2d5e6

Please sign in to comment.