fixed javadoc

Former-commit-id: e5736e49452f0d620438d2e6174cb35bcf236eaf
This commit is contained in:
Jeremy Long
2015-03-06 19:40:29 -05:00
parent 6f9ba0033f
commit 968de2947b

View File

@@ -381,7 +381,7 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
* @param sink the sink to write the report to
* @param locale the locale to use when generating the report
* @throws MavenReportException if a maven report exception occurs
* @deprecated use {@link #generate(org.apache.maven.doxia.sink.Sink, java.util.Locale) instead.
* @deprecated use {@link #generate(org.apache.maven.doxia.sink.Sink, java.util.Locale)} instead.
*/
@Deprecated
public final void generate(@SuppressWarnings("deprecation") org.codehaus.doxia.sink.Sink sink, Locale locale) throws MavenReportException {