Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
gastaldi and gsmet authored Mar 25, 2023
1 parent 860c3cd commit 96449f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class InitializtionTaskProcessor {
@Consume(SyntheticBeansRuntimeInitBuildItem.class)
@Record(ExecutionTime.RUNTIME_INIT)
void startApplicationInitializer(InitializationTaskRecorder recorder,
List<InitTaskCompletedBuildItem> initalizationCompletedBuildItems) {
List<InitTaskCompletedBuildItem> initTaskCompletedBuildItems) {
recorder.exitIfNeeded();
}
}

0 comments on commit 96449f1

Please sign in to comment.