Skip to content

Commit 3f79ffd

Browse files
committed
Update Javadoc
1 parent f78b9b6 commit 3f79ffd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

junit-platform-launcher/src/main/java/org/junit/platform/launcher/listeners/discovery/LauncherDiscoveryListeners.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
import org.apiguardian.api.API;
2222
import org.junit.platform.commons.JUnitException;
2323
import org.junit.platform.commons.util.Preconditions;
24-
import org.junit.platform.engine.SelectorResolutionResult.Status;
2524
import org.junit.platform.engine.TestEngine;
26-
import org.junit.platform.engine.discovery.UniqueIdSelector;
2725
import org.junit.platform.launcher.LauncherDiscoveryListener;
2826

2927
/**
@@ -46,13 +44,6 @@ private LauncherDiscoveryListeners() {
4644
*
4745
* <ul>
4846
* <li>
49-
* a {@linkplain Status#FAILED failed} resolution result.
50-
* </li>
51-
* <li>
52-
* an {@linkplain Status#FAILED unresolved} resolution result for a
53-
* {@link UniqueIdSelector} that starts with the engine's unique ID.
54-
* </li>
55-
* <li>
5647
* any recoverable {@link Throwable} thrown by
5748
* {@link TestEngine#discover}.
5849
* </li>

0 commit comments

Comments
 (0)