]> source.dussan.org Git - poi.git/commitdiff
javadoc fix
authorJaven O'Neal <onealj@apache.org>
Mon, 2 Nov 2015 13:25:31 +0000 (13:25 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 2 Nov 2015 13:25:31 +0000 (13:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711961 13f79535-47bb-0310-9956-ffa450edef68

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

index ccc0f943951cbc76416ed9184f923c90e4fa41f1..2636c7ed0094a31a2d0a651a5ded4be74637c079 100644 (file)
@@ -97,7 +97,7 @@ public class XSSFHyperlink implements Hyperlink {
      * Create a new XSSFHyperlink. This method is for Internal use only.
      * XSSFHyperlinks can be created by XSSFCreationHelper.
      *
-     * @param type - the type of hyperlink to create, see {@link Hyperlink}
+     * @param other the hyperlink to copy
      */
     @Internal //FIXME: change to protected if/when SXSSFHyperlink class is created
     public XSSFHyperlink(Hyperlink other) {