mirror of https://github.com/apache/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
This commit is contained in:
parent
1d9948f090
commit
3a90544a15
|
@ -191,7 +191,7 @@ public class CommentsTable extends POIXMLDocumentPart implements Comments {
|
||||||
* @return CTComment xmlbean if comment exists, otherwise return null.
|
* @return CTComment xmlbean if comment exists, otherwise return null.
|
||||||
*/
|
*/
|
||||||
@Internal
|
@Internal
|
||||||
public CTComment getCTComment(CellAddress cellRef) {
|
CTComment getCTComment(CellAddress cellRef) {
|
||||||
// Create the cache if needed
|
// Create the cache if needed
|
||||||
prepareCTCommentCache();
|
prepareCTCommentCache();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue