remove deprecated (2009) HSSFComment#setColumn(short). int version is available.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1727805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
80c9b356c2
commit
95e95dfabb
@ -196,14 +196,6 @@ public class HSSFComment extends HSSFTextbox implements Comment {
|
||||
_note.setColumn(col);
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated (Nov 2009) use {@link HSSFComment#setColumn(int)} }
|
||||
*/
|
||||
@Deprecated
|
||||
public void setColumn(short col) {
|
||||
setColumn((int) col);
|
||||
}
|
||||
|
||||
/**
|
||||
* Name of the original comment author
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user