We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TempDirFactory
1 parent 5499d74 commit 585e65bCopy full SHA for 585e65b
junit-jupiter-api/src/main/java/org/junit/jupiter/api/io/TempDirFactory.java
@@ -73,7 +73,7 @@ default void close() throws IOException {
73
74
/**
75
* Standard {@link TempDirFactory} implementation which delegates to
76
- * {@link Files#createTempDirectory} using {@code "junit-,"} as prefix.
+ * {@link Files#createTempDirectory} using {@code "junit-"} as prefix.
77
*
78
* <p>The created temporary directory is always created in the default
79
* file system with the system's default temporary directory as its parent.
0 commit comments