Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 21, 2024
1 parent 0886ada commit 609890f
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
*/
package org.apache.maven.plugins.surefire.report;

import javax.inject.Inject;

import org.apache.maven.plugins.annotations.Execute;
import org.apache.maven.plugins.annotations.LifecyclePhase;
import org.apache.maven.plugins.annotations.Mojo;
import org.codehaus.plexus.i18n.I18N;

import javax.inject.Inject;

/**
* Creates a nicely formatted Surefire Test Report in html format.
* This goal does not run the tests, it only builds the reports.
Expand All @@ -40,8 +40,7 @@
public class SurefireOnlyReport extends SurefireReport {

@Inject
public SurefireOnlyReport( I18N i18n) {
public SurefireOnlyReport(I18N i18n) {
super(i18n);
}

}

0 comments on commit 609890f

Please sign in to comment.