From: PJ Fanning Date: Wed, 17 Nov 2021 18:43:10 +0000 (+0000) Subject: try to make comments table more extensible X-Git-Tag: REL_5_2_0~223 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3a90544a156be13f60c9b40945380bdb23b82f61;p=poi.git try to make comments table more extensible git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895114 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java index 9d93633b7c..9f88818b3b 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java @@ -191,7 +191,7 @@ public class CommentsTable extends POIXMLDocumentPart implements Comments { * @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();