Skip to content

Commit bea821d

Browse files
committed
Fix Javadoc formatting
(cherry picked from commit d18df3a)
1 parent 1a1a67d commit bea821d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: junit-platform-launcher/src/main/java/org/junit/platform/launcher/core/EngineDiscoveryOrchestrator.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public LauncherDiscoveryResult discover(LauncherDiscoveryRequest request, Phase
8686
* filters} and {@linkplain PostDiscoveryFilter post-discovery filters} and
8787
* {@linkplain TestDescriptor#prune() prunes} the resulting test tree.
8888
*
89-
* Note: The test descriptors in the discovery result can safely be used as
90-
* non-root descriptors. Engine-test descriptor entries are pruned from
89+
* <p>Note: The test descriptors in the discovery result can safely be used
90+
* as non-root descriptors. Engine-test descriptor entries are pruned from
9191
* the returned result. As such execution by
9292
* {@link EngineExecutionOrchestrator#execute(LauncherDiscoveryResult, EngineExecutionListener)}
9393
* will not emit start or emit events for engines without tests.

0 commit comments

Comments
 (0)