javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-11-02 13:25:31 +00:00
parent 3b94c206e5
commit 06b3878176
1 changed files with 1 additions and 1 deletions

View 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) {