Skip to content

Commit b02b793

Browse files
committed
Remove unrequired shutdown from example app
1 parent 92e0ce7 commit b02b793

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

examples/simple/src/main/java/com/bugsnag/example/simple/ExampleApp.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,5 @@ public void run() {
6161
throw new RuntimeException("Unhandled exception");
6262
}
6363
}).start();
64-
65-
// Exit to run the shutdown hooks
66-
System.exit(0);
6764
}
6865
}

0 commit comments

Comments
 (0)