Skip to content

Commit 72800f8

Browse files
committed
Remove unused File import from AbstractMavenIntegrationTestCase
The File import is no longer needed after removing the extractResources() method. The class now exclusively uses Path for file operations. All integration tests compile and run successfully.
1 parent 9f01b6a commit 72800f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

its/core-it-support/maven-it-helper/src/main/java/org/apache/maven/it/AbstractMavenIntegrationTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
package org.apache.maven.it;
2020

21-
import java.io.File;
2221
import java.io.FilterInputStream;
2322
import java.io.IOException;
2423
import java.io.InputStream;

0 commit comments

Comments
 (0)