Skip to content

Commit 5ca0ced

Browse files
committed
Fix grammar in Javadoc for NestedMethodSelector
1 parent 2bae68b commit 5ca0ced

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

junit-platform-engine/src/main/java/org/junit/platform/engine/discovery/NestedMethodSelector.java

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,14 @@
2929
import org.junit.platform.engine.DiscoverySelectorIdentifier;
3030

3131
/**
32-
* A {@link DiscoverySelector} that selects a nested {@link Method}
33-
* or a combination of enclosing classes names, class name, method
34-
* name, and parameter types so that
35-
* {@link org.junit.platform.engine.TestEngine TestEngines} can discover
36-
* tests or containers based on methods.
32+
* A {@link DiscoverySelector} that selects a nested {@link Method} or a
33+
* combination of enclosing class names, class name, method name, and parameter
34+
* types so that {@link org.junit.platform.engine.TestEngine TestEngines} can
35+
* discover tests or containers based on methods.
3736
*
3837
* <p>If a Java {@link Method} is provided, the selector will return that
3938
* {@linkplain #getMethod() method} and its method name, class name, enclosing
40-
* classes names, and parameter types accordingly. If class names or method names
39+
* class names, and parameter types accordingly. If class names or method names
4140
* are provided, this selector will only attempt to lazily load a class or method
4241
* if {@link #getEnclosingClasses()}, {@link #getNestedClass()},
4342
* {@link #getMethod()}, or {@link #getParameterTypes()} is invoked.

0 commit comments

Comments
 (0)