You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/05/09 05:47:49 UTC

svn commit: r1742882 - /poi/trunk/src/java/org/apache/poi/ss/usermodel/Comment.java

Author: onealj
Date: Mon May  9 05:47:49 2016
New Revision: 1742882

URL: http://svn.apache.org/viewvc?rev=1742882&view=rev
Log:
add @since to javadocs

Modified:
    poi/trunk/src/java/org/apache/poi/ss/usermodel/Comment.java

Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/Comment.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/Comment.java?rev=1742882&r1=1742881&r2=1742882&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/usermodel/Comment.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/usermodel/Comment.java Mon May  9 05:47:49 2016
@@ -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);
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org