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:29:58 UTC

svn commit: r1800212 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java

Author: nick
Date: Wed Jun 28 23:29:58 2017
New Revision: 1800212

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

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java?rev=1800212&r1=1800211&r2=1800212&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java Wed Jun 28 23:29:58 2017
@@ -40,17 +40,6 @@ public class XSSFHyperlink implements Hy
 
     /**
      * Create a new XSSFHyperlink. This method is protected to be used only by
-     * {@link XSSFCreationHelper#createHyperlink(int)}.
-     *
-     * @param type - the type of hyperlink to create, see {@link Hyperlink}
-     * @deprecated POI 3.15 beta 3. Use {@link #XSSFHyperlink(HyperlinkType)} instead.
-     */
-    protected XSSFHyperlink(int type) {
-        this(HyperlinkType.forInt(type));
-    }
-    
-    /**
-     * Create a new XSSFHyperlink. This method is protected to be used only by
      * {@link XSSFCreationHelper#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