Skip to content

Commit

Permalink
Fix #368
Browse files Browse the repository at this point in the history
  • Loading branch information
decebals committed Jul 15, 2017
1 parent 2871d03 commit f61b7d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ public void stop() {
try {
server.stop();
executor.shutdownNow();
} catch (InterruptedException e) {
// ignore
} catch (Exception e) {
throw new PippoRuntimeException(e, "Cannot stop Jetty Server");
}
Expand Down

0 comments on commit f61b7d7

Please sign in to comment.