return shape;
}
- @Override
- public HSSFComment createCellComment(ClientAnchor anchor){
+ public HSSFComment createCellComment(ClientAnchor anchor) {
return createComment((HSSFAnchor)anchor);
}
}
/**
- * Returns the aggregate escher record we're bound to
+ * Returns the aggregate escher record we're bound to
*/
protected EscherAggregate _getBoundAggregate() {
return _boundAggregate;
* to the sheet.
* @return the newly created comment.
*/
- @Override
- public XSSFComment createCellComment(ClientAnchor anchor)
- {
+ public XSSFComment createCellComment(ClientAnchor anchor) {
XSSFClientAnchor ca = (XSSFClientAnchor)anchor;
XSSFSheet sheet = (XSSFSheet)getParent();