You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2017/06/28 23:25:41 UTC

svn commit: r1800211 - /poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFHyperlink.java

Author: nick
Date: Wed Jun 28 23:25:41 2017
New Revision: 1800211

URL: http://svn.apache.org/viewvc?rev=1800211&view=rev
Log:
Used deprecated external method removed, so remove internal method

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFHyperlink.java

Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFHyperlink.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFHyperlink.java?rev=1800211&r1=1800210&r2=1800211&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFHyperlink.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFHyperlink.java Wed Jun 28 23:25:41 2017
@@ -40,21 +40,6 @@ public class HSSFHyperlink implements Hy
      * 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
-     * 
-     * This method is internal to be used only by
      * {@link HSSFCreationHelper#createHyperlink(HyperlinkType)}.
      *
      * @param type the type of hyperlink to create



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org