]> source.dussan.org Git - poi.git/commitdiff
bug 59873: javadoc fix
authorJaven O'Neal <onealj@apache.org>
Sun, 17 Jul 2016 09:44:26 +0000 (09:44 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 17 Jul 2016 09:44:26 +0000 (09:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753042 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFHyperlink.java

index b3c4a7d48c602635ae46e8ba8e7d14525cc039ff..869159eb99bf1a3065e5315294bf62b6878c7130 100644 (file)
@@ -42,7 +42,7 @@ public class XSSFHyperlink implements Hyperlink {
      * 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(Hyperlink)} instead.
+     * @deprecated POI 3.15 beta 3. Use {@link #XSSFHyperlink(HyperlinkType)} instead.
      */
     protected XSSFHyperlink(int type) {
         this(HyperlinkType.forInt(type));