javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-07-10 06:54:36 +00:00
parent 79fac1f707
commit 847d90603a
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ public final class PaneRecord extends StandardRecord {
/**
* Get the x field for the Pane record.
*
* @param the x value
* @return the x value
*/
public short getX()
{

View File

@ -349,7 +349,7 @@ public final class RecordFactory {
* RK record is a slightly smaller alternative to NumberRecord
* POI likes NumberRecord better
*
* @param the RK record to convert
* @param rk the RK record to convert
* @return the NumberRecord
*/
public static NumberRecord convertToNumberRecord(RKRecord rk) {