Skip to content

Commit

Permalink
Update junit-platform-launcher/src/main/java/org/junit/platform/launc…
Browse files Browse the repository at this point in the history
…her/core/DefaultLauncherSession.java

Co-authored-by: Marc Philipp <mail@marcphilipp.de>
  • Loading branch information
YongGoose and marcphilipp authored Feb 12, 2025
1 parent f7e5996 commit ae5a110
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void close() {
private final NamespacedHierarchicalStore<Namespace> store;

DefaultLauncherSession(List<LauncherInterceptor> interceptors, Supplier<LauncherSessionListener> listenerSupplier,
Supplier<Launcher> launcherSupplier) {
Function<NamespacedHierarchicalStore<Namespace>, Launcher> launcherFactory) {
interceptor = composite(interceptors);
Launcher launcher;
if (interceptor == NOOP_INTERCEPTOR) {
Expand Down

0 comments on commit ae5a110

Please sign in to comment.