Skip to content

Commit 83bc463

Browse files
committed
Fixed JavaDoc
1 parent 76ec0cd commit 83bc463

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/utplsql/maven/plugin/reporter/ReporterWriter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public void addReporter(ReporterParameter parameter, Reporter reporter) {
5757
* Writes the reporters to the output.
5858
*
5959
* @param connection the database connection
60+
* @throws MojoExecutionException if any exception happens
6061
*/
6162
public void writeReporters(Connection connection) throws MojoExecutionException {
6263
for (Pair<Reporter, ReporterParameter> pair : listReporters) {

0 commit comments

Comments
 (0)