]> source.dussan.org Git - poi.git/commitdiff
try to make comments table more extensible
authorPJ Fanning <fanningpj@apache.org>
Wed, 17 Nov 2021 18:43:10 +0000 (18:43 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 17 Nov 2021 18:43:10 +0000 (18:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895114 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java

index 9d93633b7cb2f44982465078d2fc54dd2a983848..9f88818b3b3e516f61a814beead5e611fa343b02 100644 (file)
@@ -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();