Skip to content

Commit

Permalink
ISPN-2867 Use System.exit() to quit the CLI to workaround the fact th…
Browse files Browse the repository at this point in the history
…at JBoss Remoting leaves threads hanging
  • Loading branch information
tristantarrant authored and Mircea Markus committed Feb 27, 2013
1 parent 3eb6609 commit 54da748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cli-client/src/main/java/org/infinispan/cli/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public static void main(String[] args) throws Exception {
Shell shell = new ShellImpl();
shell.init(args);
shell.run();
System.exit(0);
}

}

0 comments on commit 54da748

Please sign in to comment.