Skip to content

Commit c0063a4

Browse files
PlexusFileUtils Refaster recipes (#669)
Co-authored-by: Moderne <team@moderne.io>
1 parent f17cae0 commit c0063a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/maven/plugins/pmd/PmdReportTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public class PmdReportTest extends AbstractPmdReportTestCase {
4646
@Override
4747
protected void setUp() throws Exception {
4848
super.setUp();
49-
FileUtils.deleteDirectory(new File(getBasedir(), "target/test/unit"));
49+
org.apache.commons.io.FileUtils.deleteDirectory(new File(getBasedir(), "target/test/unit"));
5050
}
5151

5252
public void testDefaultConfiguration() throws Exception {

0 commit comments

Comments
 (0)