From: Javen O'Neal Date: Mon, 9 May 2016 05:47:49 +0000 (+0000) Subject: add @since to javadocs X-Git-Tag: REL_3_15_BETA2~258 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bfa5a96a549b7948d7e8a0046cd9c3d0f23779e8;p=poi.git add @since to javadocs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742882 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/ss/usermodel/Comment.java b/src/java/org/apache/poi/ss/usermodel/Comment.java index 8f5396ca6b..311b39f6c1 100644 --- a/src/java/org/apache/poi/ss/usermodel/Comment.java +++ b/src/java/org/apache/poi/ss/usermodel/Comment.java @@ -39,6 +39,7 @@ public interface Comment { * Get the address of the cell that this comment is attached to * * @return comment cell address + * @since 3.15-beta1 */ CellAddress getAddress(); @@ -46,6 +47,7 @@ public interface Comment { * Set the address of the cell that this comment is attached to * * @param addr + * @since 3.15-beta1 */ void setAddress(CellAddress addr); @@ -54,6 +56,7 @@ public interface Comment { * * @param row * @param col + * @since 3.15-beta1 */ void setAddress(int row, int col);