Skip to content

Commit 6124552

Browse files
1 parent 3e8c10a commit 6124552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexus-compiler-test/src/main/java/org/codehaus/plexus/compiler/AbstractCompilerTckTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected List<CompilerMessage> compile(CompilerConfiguration configuration) thr
133133
File compilerOutput = getCompilerOutput();
134134

135135
if (compilerOutput.exists()) {
136-
FileUtils.deleteDirectory(compilerOutput);
136+
org.apache.commons.io.FileUtils.deleteDirectory(compilerOutput);
137137
}
138138

139139
configuration.setOutputLocation(compilerOutput.getAbsolutePath());

0 commit comments

Comments
 (0)