javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711961 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3b94c206e5
commit
06b3878176
@ -97,7 +97,7 @@ public class XSSFHyperlink implements Hyperlink {
|
|||||||
* Create a new XSSFHyperlink. This method is for Internal use only.
|
* Create a new XSSFHyperlink. This method is for Internal use only.
|
||||||
* XSSFHyperlinks can be created by XSSFCreationHelper.
|
* 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
|
@Internal //FIXME: change to protected if/when SXSSFHyperlink class is created
|
||||||
public XSSFHyperlink(Hyperlink other) {
|
public XSSFHyperlink(Hyperlink other) {
|
||||||
|
Loading…
Reference in New Issue
Block a user