Skip to content

Commit 461f27e

Browse files
committed
Add missing @SInCE tags
1 parent 1728e26 commit 461f27e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ public static ClasspathResourceSelector selectClasspathResource(String classpath
242242
* <p>The unnamed module is not supported.
243243
*
244244
* @param moduleName the module name to select; never {@code null} or blank
245+
* @since 1.1
245246
* @see ModuleSelector
246247
*/
247248
@API(status = EXPERIMENTAL, since = "1.1")
@@ -257,6 +258,7 @@ public static ModuleSelector selectModule(String moduleName) {
257258
*
258259
* @param moduleNames the module names to select; never {@code null}, never
259260
* containing {@code null} or blank
261+
* @since 1.1
260262
* @see ModuleSelector
261263
*/
262264
@API(status = EXPERIMENTAL, since = "1.1")

0 commit comments

Comments
 (0)