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.
1 parent 80e0d60 commit 561656bCopy full SHA for 561656b
maven-resolver-test-util/src/main/java/org/eclipse/aether/internal/test/util/TestFileUtils.java
@@ -158,7 +158,7 @@ public static File createTempDir() throws IOException {
158
*
159
* @return the temporary directory
160
* @throws IOException if an I/O error occurs
161
- * @deprecated use {@code @TempDir) (JUnit 5) Or {@code TemporaryFolder} (JUnit 4) instead
+ * @deprecated use {@code @TempDir} (JUnit 5) or {@code TemporaryFolder} (JUnit 4) instead
162
*/
163
@Deprecated
164
public static File createTempDir(String suffix) throws IOException {
0 commit comments