kwin commented on code in PR #248: URL: https://github.com/apache/maven-doxia/pull/248#discussion_r1845558823
########## doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java: ########## @@ -1112,6 +1109,24 @@ && getCellJustif() != null) { } } + private static String getStyleForTableJustification(int justification) { Review Comment: The constant defining the justification are only referring to tables according to their comments. Also nowhere else there is a Sink API taking integers for justification… -- 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