]> source.dussan.org Git - poi.git/commitdiff
Javadoc issues resolved.
authorRainer Klute <klute@apache.org>
Mon, 16 May 2005 20:38:55 +0000 (20:38 +0000)
committerRainer Klute <klute@apache.org>
Mon, 16 May 2005 20:38:55 +0000 (20:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353682 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/model/Sheet.java
src/java/org/apache/poi/hssf/record/FormatRecord.java
src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java

index 5784f96516bf0c9c9d9ab5a4a7dc8a48a09e7abd..363ece29062708d4ce0f7319024af7aa823bb5a7 100644 (file)
@@ -1949,7 +1949,7 @@ public class Sheet implements Model
    
     /**
      * Sets the left column to show in desktop window pane.
-     * @param the left column to show in desktop window pane
+     * @param leftCol the left column to show in desktop window pane
      */
         public void setLeftCol(short leftCol){
                if (windowTwo!=null) 
index 30448bb42787dce3601259a4a28cf1d6795c699f..d48ef3bc4d849fb57930faeb505c9b63c8b20002 100644 (file)
@@ -185,7 +185,6 @@ public class FormatRecord
      * get the format string
      *
      * @return the format string
-     * @see #getFormatStringLength()
      */
 
     public String getFormatString()
index d1b01ceb4442a0aeac7045d6d5be73002bca777d..7cf9ac6ede24d29e7a735b1e1981153dac647736 100644 (file)
@@ -895,8 +895,8 @@ public class HSSFSheet
     /**
      * Sets desktop window pane display area, when the 
      * file is first opened in a viewer.
-     * @param the top row to show in desktop window pane
-     * @param the left column to show in desktop window pane
+     * @param toprow the top row to show in desktop window pane
+     * @param leftcol the left column to show in desktop window pane
      */
     public void showInPane(short toprow, short leftcol){
         this.sheet.setTopRow((short)toprow);