Skip to content

Commit

Permalink
Simplify (via PMD check)
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed May 17, 2024
1 parent 7219698 commit 4337f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public void fail(final String message, final Exception exception)
msg = exception.toString();
}
}
DaemonLoader.failed(msg);
failed(msg);
}
}

Expand Down

0 comments on commit 4337f42

Please sign in to comment.