Skip to content

Commit

Permalink
Clarify javadoc about compatibility bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Dec 14, 2023
1 parent 539e015 commit 74260d3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@

import org.apache.maven.doxia.markup.Markup;
import org.apache.maven.doxia.sink.Sink;
import org.apache.maven.doxia.sink.SinkEventAttributes;

/**
* An abstract base class that defines some convenience methods for sinks.
* Also acts as compatibility bridge for Doxia 1.0 methods which have overridden variants in Doxia > 1.0
* Also acts as compatibility bridge for Doxia 1.0 methods which have overloaded variants in Doxia > 1.0 (taking an additional argument {@link SinkEventAttributes}).
* This implementation just delegates the former to the latter with argument {@link SinkEventAttributes} being {@code null}.
*
* @author ltheussl
* @author <a href="mailto:vincent.siveton@gmail.com">Vincent Siveton</a>
Expand Down

0 comments on commit 74260d3

Please sign in to comment.