Skip to content

Commit 292077f

Browse files
committed
update comment
1 parent edbc816 commit 292077f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org-code-javabuilder/lib/src/main/java/org/code/javabuilder/ExceptionHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public void handle(Throwable e) {
3232
return;
3333
}
3434

35-
// We should also exit on an OutOfMemoryError. This means something is wrong with our memory
36-
// usage
35+
// We should also exit on an OutOfMemoryError.
36+
// This means something is wrong with our memory usage
3737
// and is not likely to be recoverable.
3838
if (e instanceof OutOfMemoryError) {
3939
final InternalServerException error =

0 commit comments

Comments
 (0)