Skip to content

Commit a2b8274

Browse files
committed
Add missing @SInCE declaration to CloseablePath
1 parent 66b9d6a commit a2b8274

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

junit-platform-commons/src/main/java/org/junit/platform/commons/util/CloseablePath.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
import java.nio.file.Paths;
2323
import java.util.function.Function;
2424

25+
/**
26+
* @since 1.0
27+
*/
2528
final class CloseablePath implements Closeable {
2629

2730
private static final String FILE_URI_SCHEME = "file";

0 commit comments

Comments
 (0)