From bfa5a96a549b7948d7e8a0046cd9c3d0f23779e8 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Mon, 9 May 2016 05:47:49 +0000 Subject: [PATCH] add @since to javadocs 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 | 3 +++ 1 file changed, 3 insertions(+) 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); -- 2.39.5