bug 58637: replace deprecated getCellComment(row, col) usage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1716075 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
72aae0f14b
commit
65cd898a61
@ -1003,7 +1003,7 @@ public final class XSSFCell implements Cell {
|
||||
*/
|
||||
@Override
|
||||
public XSSFComment getCellComment() {
|
||||
return getSheet().getCellComment(_row.getRowNum(), getColumnIndex());
|
||||
return getSheet().getCellComment(new CellAddress(this));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user