Author: fanningpj
Date: Wed Nov 17 18:43:10 2021
New Revision: 1895114
URL: http://svn.apache.org/viewvc?rev=1895114&view=rev
Log:
try to make comments table more extensible
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java
Modified:
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java?rev=1895114&r1=1895113&r2=1895114&view=diff
==============================================================================
---
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java
(original)
+++
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java
Wed Nov 17 18:43:10 2021
@@ -191,7 +191,7 @@ public class CommentsTable extends POIXM
* @return CTComment xmlbean if comment exists, otherwise return null.
*/
@Internal
- public CTComment getCTComment(CellAddress cellRef) {
+ CTComment getCTComment(CellAddress cellRef) {
// Create the cache if needed
prepareCTCommentCache();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]