Skip to content

Commit c7719a5

Browse files
committed
Change since version to '6.0'
1 parent 47e17c9 commit c7719a5

File tree

1 file changed

+1
-1
lines changed
  • junit-platform-engine/src/main/java/org/junit/platform/engine/support/descriptor

1 file changed

+1
-1
lines changed

junit-platform-engine/src/main/java/org/junit/platform/engine/support/descriptor/FileSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public final Optional<FilePosition> getPosition() {
110110
* @param filePosition the new {@code FilePosition}; must not be {@code null}
111111
* @return a new {@code FileSource} with the same file and updated position
112112
*/
113-
@API(status = EXPERIMENTAL, since = "1.14")
113+
@API(status = EXPERIMENTAL, since = "6.0")
114114
public FileSource withPosition(FilePosition filePosition) {
115115
Preconditions.notNull(filePosition, "position must not be null");
116116
return new FileSource(this.file, filePosition);

0 commit comments

Comments
 (0)