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:
parent
7637cdc080
commit
3a50581584
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user