kwin commented on code in PR #182: URL: https://github.com/apache/maven-doxia/pull/182#discussion_r1427098622
########## doxia-core/src/test/java/org/apache/maven/doxia/sink/impl/SinkEventTestingSink.java: ########## @@ -803,11 +488,6 @@ public void division(SinkEventAttributes attributes) { addEvent("division", new Object[] {attributes}); } - @Override - public void verbatim() { - addEvent("verbatim"); - } - @Override public void verbatim(SinkEventAttributes attributes) { addEvent("verbatim", new Object[] {attributes}); Review Comment: No, the events are only added through the methods with the SinkEventAttributes arguments. The other ones just internally delegate to those (via the AbstractSink). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org