pjfanning commented on code in PR #854:
URL: https://github.com/apache/poi/pull/854#discussion_r2224933194
##########
poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFSDTCell.java:
##########
@@ -40,4 +42,7 @@ public ISDTContent getContent() {
return cellContent;
}
+ public CTSdtCell getSdtCell() {
Review Comment:
Javadoc and `@since` - Include the CT in the method name to highlight that
users are heading into generated XMLBean class territory.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]