pjfanning commented on code in PR #480: URL: https://github.com/apache/poi/pull/480#discussion_r1240449446
########## poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFRun.java: ########## @@ -1505,7 +1505,7 @@ public void setTextHighlightColor(String colorName) { */ @Deprecated @Removal(version = "7.0.0") - public STHighlightColor.Enum getTextHightlightColor() { + public STHighlightColor.Enum getTextHighlightColor() { Review Comment: we've left this misspelled method there and deprecated it - `getTextHighlightColor()` exists already - so please remove this change -- 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: dev-unsubscr...@poi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org