We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fae3b6 commit 47d03d3Copy full SHA for 47d03d3
src/main/java/org/apache/maven/plugins/javadoc/JavadocReport.java
@@ -123,12 +123,6 @@ public String getDescription( Locale locale )
123
return description;
124
}
125
126
- public void generate( org.codehaus.doxia.sink.Sink sink, Locale locale )
127
- throws MavenReportException
128
- {
129
- generate( (Sink) sink, locale );
130
- }
131
-
132
/** {@inheritDoc} */
133
@Override
134
public void generate( Sink sink, Locale locale )
0 commit comments