]> source.dussan.org Git - poi.git/commitdiff
javadoc fixes
authorJaven O'Neal <onealj@apache.org>
Sun, 10 Jul 2016 06:54:36 +0000 (06:54 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 10 Jul 2016 06:54:36 +0000 (06:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1752063 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/PaneRecord.java
src/java/org/apache/poi/hssf/record/RecordFactory.java

index b33b48fba687ea827ec361f674102f3806939e2c..69b94feb1d8d39d549b3ca5d10e83247ac13c330 100644 (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()
     {
index 3a9929195233a7a1f41247048d702d1b59b99c3c..ec034d3fcb6d4d50935429bd0c206db93470286e 100644 (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) {