[bug-64605] update javadocs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879958 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2020-07-16 14:35:37 +00:00
parent 4a173780dd
commit 41cedc65fc
1 changed files with 2 additions and 0 deletions

View File

@ -909,6 +909,7 @@ public class XWPFRun implements ISDTContents, IRunElement, CharacterRun {
* </p>
*
* @param size The font size as number of point measurements.
* @see #setFontSize(double)
*/
@Override
public void setFontSize(int size) {
@ -929,6 +930,7 @@ public class XWPFRun implements ISDTContents, IRunElement, CharacterRun {
* </p>
*
* @param size The font size as number of point measurements.
* @see #setFontSize(int)
* @since POI 5.0.0
*/
@Override