add @since to javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742882 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
730641576a
commit
4a3acf4de0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user