File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
junit-platform-engine/src/main/java/org/junit/platform/engine/discovery Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments