pjfanning commented on code in PR #511:
URL: https://github.com/apache/poi/pull/511#discussion_r1304030052
##########
poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTable.java:
##########
@@ -155,12 +155,12 @@ public XWPFTable(CTTbl table, IBody part, int row, int
col) {
}
}
- public XWPFTable(CTTbl table, IBody part) {
+ public XWPFTable(CTTbl table, IBody part, boolean initRow) {
Review Comment:
you must keep the original constructor for backward compatibility - that can
call this new constructor with initRow=true and you can drastically reduce the
size of this PR by using the old constructor unless you want to pass
initRow=false
--
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]