Skip to content

Commit 3cc3f31

Browse files
committed
Removed unused imports
1 parent dc2f2b5 commit 3cc3f31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/utplsql/maven/plugin/io/ReportWriter.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.utplsql.maven.plugin.io;
22

33
import org.apache.commons.lang3.tuple.Pair;
4-
import org.apache.maven.plugin.MojoExecutionException;
54
import org.apache.maven.plugin.logging.Log;
65
import org.utplsql.api.Version;
76
import org.utplsql.api.outputBuffer.OutputBuffer;
@@ -10,7 +9,6 @@
109
import org.utplsql.maven.plugin.model.ReporterParameter;
1110

1211
import java.io.File;
13-
import java.io.FileNotFoundException;
1412
import java.io.FileOutputStream;
1513
import java.io.IOException;
1614
import java.io.PrintStream;

0 commit comments

Comments
 (0)