Skip to content

Commit

Permalink
make final
Browse files Browse the repository at this point in the history
  • Loading branch information
mosche committed Jul 11, 2024
1 parent a81f132 commit aa1631a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public static void serializeException(StringBuilder builder, String exceptionCla
}
}

private static boolean formatThrowable(final StringBuilder jsonBuilder, final Throwable throwable, boolean stackTraceAsArray) {
private static boolean formatThrowable(final StringBuilder jsonBuilder, final Throwable throwable, final boolean stackTraceAsArray) {
final StringBuilder buffer = getMessageStringBuilder();
final int initialLength = jsonBuilder.length();
try (PrintWriter pw = new PrintWriter(new StringBuilderWriter(buffer), true) {
Expand Down

0 comments on commit aa1631a

Please sign in to comment.