Skip to content

Commit aeab5c6

Browse files
committed
Removed unused method
1 parent 101c7be commit aeab5c6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ public void writeReports(Connection connection) throws MojoExecutionException {
7373
}
7474
}
7575

76-
public List<Pair<Reporter, ReporterParameter>> getReporters() {
77-
return reporters;
78-
}
79-
8076
private void writeReports(Connection connection, Reporter reporter, ReporterParameter reporterParameter) throws MojoExecutionException {
8177
FileOutputStream fileOutputStream = null;
8278
try {

0 commit comments

Comments
 (0)