mirror of https://github.com/apache/poi.git
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
a0ba3f5924
commit
9b0efc4a97
|
@ -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
|
* @return an Rnc value specifying when and where footnote numbering restarts
|
||||||
*/
|
*/
|
||||||
public short getRncFtn() {
|
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
|
* @return an Rnc value specifying when and where endnote numbering restarts
|
||||||
*/
|
*/
|
||||||
public short getRncEdn() {
|
public short getRncEdn() {
|
||||||
|
|
Loading…
Reference in New Issue