mirror of https://github.com/apache/poi.git
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
996c2d53ab
commit
d1e2c186ec
|
@ -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