try to make comments table more extensible

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-11-17 18:43:10 +00:00
parent 1d9948f090
commit 3a90544a15
1 changed files with 1 additions and 1 deletions

View 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();