Skip to content

Commit

Permalink
[MSHARED-1118] Restore binary compat for MavenReport (partially revert
Browse files Browse the repository at this point in the history
…MSHARED-1024)

This closes #13
  • Loading branch information
michael-o committed Jul 29, 2022
1 parent 63194dc commit f9adb8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* method dropped. But that would have rendered all reporting mojo's uncompilable and binary incompatible.
*
* @author <a href="mailto:kenney@apache.org">Kenney Westerhof</a>
* @see MavenReport#generate(Sink, Locale)
* @see MavenReport#generate(org.codehaus.doxia.sink.Sink, Locale)
* @since 3.0 (copied in maven-site-plugin 2.0-beta-6)
*/
public interface MavenMultiPageReport
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/apache/maven/reporting/MavenReport.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
* under the License.
*/

import org.codehaus.doxia.sink.Sink;

import java.io.File;
import java.util.Locale;

import org.apache.maven.doxia.sink.Sink;

/**
* The basis for a Maven report.
*
Expand Down

0 comments on commit f9adb8d

Please sign in to comment.