Skip to content

Commit

Permalink
[MJAVADOC-712] Remove remains of org.codehaus.doxia.sink.Sink
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 15, 2022
1 parent 5fae3b6 commit 47d03d3
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -123,12 +123,6 @@ public String getDescription( Locale locale )
return description;
}

public void generate( org.codehaus.doxia.sink.Sink sink, Locale locale )
throws MavenReportException
{
generate( (Sink) sink, locale );
}

/** {@inheritDoc} */
@Override
public void generate( Sink sink, Locale locale )
Expand Down

0 comments on commit 47d03d3

Please sign in to comment.