mirror of https://github.com/apache/poi.git
javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
17e195301a
commit
9ceb4f12e4
|
@ -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()
|
||||
{
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue