Skip to content

Commit 4c4fec4

Browse files
author
Enrico Olivelli
committed
Fix spotbugs warning
1 parent ae339b7 commit 4c4fec4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

zookeeper-server/src/main/java/org/apache/zookeeper/server/SnapshotFormatter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public static void main(String[] args) throws Exception {
7474
System.err.println(" -d dump the data for each znode");
7575
System.err.println(" -json dump znode info in json format");
7676
ServiceUtils.requestSystemExit(ExitCode.INVALID_INVOCATION.getValue());
77+
return;
7778
}
7879

7980
String error = ZKUtil.validateFileInput(snapshotFile);

0 commit comments

Comments
 (0)