Skip to content

Commit

Permalink
refactor: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
stawirej committed Dec 27, 2023
1 parent 0cb347a commit e3f689d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public final class UnfinishedThreads extends RuntimeException {
+ System.lineSeparator()
+ "If there are no deadlocks, please increase timeout."
+ System.lineSeparator()
+ "Deadlocked threads: %s";
+ "Deadlocked threads: [%s]";

private UnfinishedThreads(String message) {
super(message);
Expand Down

0 comments on commit e3f689d

Please sign in to comment.