Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 4, 2021
1 parent 03a79c1 commit f635388
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public class Resources {
*
* @since 5.8
* @see Isolated
* @see ExclusiveResource
* @see org.junit.platform.engine.support.hierarchical.ExclusiveResource
*/
@API(status = EXPERIMENTAL, since = "5.8")
public static final String GLOBAL = "org.junit.platform.engine.support.hierarchical.ExclusiveResource.GLOBAL_KEY";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
*/

/**
* Provides the JUnit Platform Flight Recording Listener.
* Provides Java Flight Recorder events for the JUnit Platform.
*
* <p>The Flight Recording Listener is a {@link TestExecutionListener} that
* generates Java Flight Recorder events.
* <p>The Flight Recording Listener module implements a
* {@link org.junit.platform.launcher.LauncherDiscoveryListener} and a
* {@link org.junit.platform.launcher.TestExecutionListener} that generate Java
* Flight Recorder (JFR) events.
*
* @see <a href="https://openjdk.java.net/jeps/328">JEP 328: Flight Recorder</a>
* @since 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
import org.junit.platform.engine.UniqueId;

/**
* Register a concrete implementation of this interface with a
* {@link org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder}
* to be notified of events that occur during test discovery.
* Register a concrete implementation of this class with a
* {@link org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder} or
* {@link Launcher} to be notified of events that occur during test discovery.
*
* <p>All methods in this class have empty <em>default</em> implementations.
* Subclasses may therefore override one or more of these methods to be notified
Expand All @@ -35,6 +35,7 @@
*
* @see org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners
* @see LauncherDiscoveryRequest#getDiscoveryListener()
* @see org.junit.platform.launcher.core.LauncherConfig.Builder#addLauncherDiscoveryListeners
* @since 1.6
*/
@API(status = EXPERIMENTAL, since = "1.6")
Expand Down

0 comments on commit f635388

Please sign in to comment.