Used deprecated external method removed, so remove internal method

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2017-06-28 23:25:41 +00:00
parent 9ef695aedf
commit a658a7f573

View File

@ -36,21 +36,6 @@ public class HSSFHyperlink implements Hyperlink {
*/ */
final protected HyperlinkType link_type; final protected HyperlinkType link_type;
/**
* Construct a new hyperlink
*
* This method is internal to be used only by
* {@link HSSFCreationHelper#createHyperlink(int)}.
*
* @param type the type of hyperlink to create
* @deprecated POI 3.15 beta 3
*/
@Internal(since="3.15 beta 3")
protected HSSFHyperlink( int type )
{
this(HyperlinkType.forInt(type));
}
/** /**
* Construct a new hyperlink * Construct a new hyperlink
* *