bug 59872: add @since annotation to Sheet#getHyperlink(CellAddress)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753015 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
285bedac9e
commit
14472c1def
@ -2220,6 +2220,7 @@ public final class HSSFSheet implements org.apache.poi.ss.usermodel.Sheet {
|
||||
*
|
||||
* @param addr The address of the cell containing the hyperlink
|
||||
* @return hyperlink if there is a hyperlink anchored at {@code addr}; otherwise returns {@code null}
|
||||
* @since POI 3.15 beta 3
|
||||
*/
|
||||
@Override
|
||||
public HSSFHyperlink getHyperlink(CellAddress addr) {
|
||||
|
@ -1163,6 +1163,7 @@ public interface Sheet extends Iterable<Row> {
|
||||
*
|
||||
* @param addr The address of the cell containing the hyperlink
|
||||
* @return hyperlink if there is a hyperlink anchored at {@code addr}; otherwise returns {@code null}
|
||||
* @since POI 3.15 beta 3
|
||||
*/
|
||||
public Hyperlink getHyperlink(CellAddress addr);
|
||||
|
||||
|
@ -1670,6 +1670,7 @@ public class SXSSFSheet implements Sheet
|
||||
*
|
||||
* @param addr The address of the cell containing the hyperlink
|
||||
* @return hyperlink if there is a hyperlink anchored at {@code addr}; otherwise returns {@code null}
|
||||
* @since POI 3.15 beta 3
|
||||
*/
|
||||
@Override
|
||||
public XSSFHyperlink getHyperlink(CellAddress addr) {
|
||||
|
@ -814,6 +814,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet {
|
||||
*
|
||||
* @param addr The address of the cell containing the hyperlink
|
||||
* @return hyperlink if there is a hyperlink anchored at {@code addr}; otherwise returns {@code null}
|
||||
* @since POI 3.15 beta 3
|
||||
*/
|
||||
@Override
|
||||
public XSSFHyperlink getHyperlink(CellAddress addr) {
|
||||
|
Loading…
Reference in New Issue
Block a user