Skip to content

Commit d5193d0

Browse files
strangelookingnerdmarcphilipp
authored andcommitted
Fix typo in TempDirFactory Javadoc (#4683)
(cherry picked from commit 585e65b)
1 parent 7b55c3d commit d5193d0

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)