We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbc816 commit 292077fCopy full SHA for 292077f
org-code-javabuilder/lib/src/main/java/org/code/javabuilder/ExceptionHandler.java
@@ -32,8 +32,8 @@ public void handle(Throwable e) {
32
return;
33
}
34
35
- // We should also exit on an OutOfMemoryError. This means something is wrong with our memory
36
- // usage
+ // We should also exit on an OutOfMemoryError.
+ // This means something is wrong with our memory usage
37
// and is not likely to be recoverable.
38
if (e instanceof OutOfMemoryError) {
39
final InternalServerException error =
0 commit comments