AntonOellerer opened a new pull request, #503: URL: https://github.com/apache/poi/pull/503
Up until now, invoking `XWPFTableCell#setText(String)` appended the string to a paragraph if one already existed in the cell, contrary to what would be expected. This is fixed in this commit by first removing all runs and iruns from the paragraph in the cell. Fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=66988 -- 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]
