]> source.dussan.org Git - poi.git/commitdiff
add @since to javadocs
authorJaven O'Neal <onealj@apache.org>
Mon, 9 May 2016 05:47:49 +0000 (05:47 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 9 May 2016 05:47:49 +0000 (05:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742882 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/usermodel/Comment.java

index 8f5396ca6b1d289540acdeaf15a801e09fc6a1d4..311b39f6c1c69f1f5e14f46d0422285b4413d24e 100644 (file)
@@ -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);