diff options
-rw-r--r-- | poi-ooxml/src/main/java/org/apache/poi/xssf/model/CommentsTable.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 c31de3e345..016eb2c3b8 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 @@ -184,7 +184,7 @@ public class CommentsTable extends POIXMLDocumentPart implements Comments { } /** - * Create a new comment located` at cell address + * Create a new comment located at cell address * * @param ref the location to add the comment * @return a new CTComment located at ref with default author |