Skip to content

Commit

Permalink
Add hook to prepare running of app
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Aug 16, 2024
1 parent e47b55b commit b98eb43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ protected void onApplicationStart() {
/**
* Called before running the application, i.e., invoking {@link #run()}
*/
public void prepareRun() {
protected void prepareRun() {
// do nothing by default
}

Expand Down

0 comments on commit b98eb43

Please sign in to comment.