Skip to content

Commit 875799d

Browse files
committed
Update since
1 parent 8eb38c2 commit 875799d

File tree

1 file changed

+1
-1
lines changed
  • junit-platform-launcher/src/main/java/org/junit/platform/launcher

1 file changed

+1
-1
lines changed

junit-platform-launcher/src/main/java/org/junit/platform/launcher/TestPlan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class TestPlan {
8888
* this test plan; never {@code null}
8989
* @return a new test plan
9090
*/
91-
@API(status = INTERNAL, since = "1.0")
91+
@API(status = INTERNAL, since = "1.12")
9292
public static TestPlan from(Collection<TestDescriptor> engineDescriptors,
9393
ConfigurationParameters configurationParameters, OutputDirectoryProvider outputDirectoryProvider) {
9494
Preconditions.notNull(engineDescriptors, "Cannot create TestPlan from a null collection of TestDescriptors");

0 commit comments

Comments
 (0)