kwin commented on code in PR #1033:
URL: https://github.com/apache/maven-doxia/pull/1033#discussion_r2809704761
##########
doxia-modules/doxia-module-apt/src/test/java/org/apache/maven/doxia/module/apt/AptSinkTest.java:
##########
@@ -256,15 +256,9 @@ protected String getInlineCodeBlock(String text) {
return AptMarkup.MONOSPACED_START_MARKUP + text +
AptMarkup.MONOSPACED_END_MARKUP;
}
- protected String getItalicBlock(String text) {
- return AptMarkup.ITALIC_START_MARKUP + text +
AptMarkup.ITALIC_END_MARKUP;
- }
-
- protected String getBoldBlock(String text) {
- return AptMarkup.BOLD_START_MARKUP + text + AptMarkup.BOLD_END_MARKUP;
- }
Review Comment:
They were unused.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]