Skip to content

Commit 561656b

Browse files
committed
Fixes for PR apache#1581
1 parent 80e0d60 commit 561656b

File tree

1 file changed

+1
-1
lines changed
  • maven-resolver-test-util/src/main/java/org/eclipse/aether/internal/test/util

1 file changed

+1
-1
lines changed

maven-resolver-test-util/src/main/java/org/eclipse/aether/internal/test/util/TestFileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public static File createTempDir() throws IOException {
158158
*
159159
* @return the temporary directory
160160
* @throws IOException if an I/O error occurs
161-
* @deprecated use {@code @TempDir) (JUnit 5) Or {@code TemporaryFolder} (JUnit 4) instead
161+
* @deprecated use {@code @TempDir} (JUnit 5) or {@code TemporaryFolder} (JUnit 4) instead
162162
*/
163163
@Deprecated
164164
public static File createTempDir(String suffix) throws IOException {

0 commit comments

Comments
 (0)