michael-o commented on code in PR #203: URL: https://github.com/apache/maven-doxia/pull/203#discussion_r1521963586
########## doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/UniqueAnchorNamesValidator.java: ########## @@ -46,8 +50,7 @@ public void anchor(String name, SinkEventAttributes attributes) { private void enforceUniqueAnchor(String name) { Review Comment: This method name is incorrect now because it does not enforce anything anymore. I think the if clause can be inlined and the method removed. -- 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