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 7b55c3d commit d5193d0Copy full SHA for d5193d0
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