]> source.dussan.org Git - poi.git/commitdiff
Used deprecated external method removed, so remove internal method
authorNick Burch <nick@apache.org>
Wed, 28 Jun 2017 23:25:41 +0000 (23:25 +0000)
committerNick Burch <nick@apache.org>
Wed, 28 Jun 2017 23:25:41 +0000 (23:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800211 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/usermodel/HSSFHyperlink.java

index 237ac657ccf561f47b00a608b16ffd198ba37d9f..137a68191475f6123d8f8ef3fc8d20c62824808d 100644 (file)
@@ -36,21 +36,6 @@ public class HSSFHyperlink implements Hyperlink {
      */
     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
      *