bug 58802: javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1753044 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-07-17 09:52:04 +00:00
parent 7637cdc080
commit 3a50581584

View File

@ -60,7 +60,7 @@ public final class SectionProperties extends SEPAbstractType
}
/**
* @see #setRncFtn(int)
* @see #setRncFtn(short)
* @return an Rnc value specifying when and where footnote numbering restarts
*/
public short getRncFtn() {
@ -77,7 +77,7 @@ public final class SectionProperties extends SEPAbstractType
}
/**
* @see #setRncEdn(int)
* @see #setRncEdn(short)
* @return an Rnc value specifying when and where endnote numbering restarts
*/
public short getRncEdn() {