Skip to content

Commit 585e65b

Browse files
Fix typo in TempDirFactory Javadoc (#4683)
1 parent 5499d74 commit 585e65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-jupiter-api/src/main/java/org/junit/jupiter/api/io/TempDirFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ default void close() throws IOException {
7373

7474
/**
7575
* Standard {@link TempDirFactory} implementation which delegates to
76-
* {@link Files#createTempDirectory} using {@code "junit-,"} as prefix.
76+
* {@link Files#createTempDirectory} using {@code "junit-"} as prefix.
7777
*
7878
* <p>The created temporary directory is always created in the default
7979
* file system with the system's default temporary directory as its parent.

0 commit comments

Comments
 (0)