bug 59873: javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2944b7a7a8
commit
4d33ceffb1
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user