klute 2005/05/16 13:38:55
Modified: 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
Log:
Javadoc issues resolved.
Revision Changes Path
1.54 +1 -1 jakarta-poi/src/java/org/apache/poi/hssf/model/Sheet.java
Index: Sheet.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/model/Sheet.java,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- Sheet.java 7 May 2005 17:25:26 -0000 1.53
+++ Sheet.java 16 May 2005 20:38:55 -0000 1.54
@@ -1949,7 +1949,7 @@
/**
* 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)
1.14 +0 -1
jakarta-poi/src/java/org/apache/poi/hssf/record/FormatRecord.java
Index: FormatRecord.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/FormatRecord.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- FormatRecord.java 2 May 2005 05:26:13 -0000 1.13
+++ FormatRecord.java 16 May 2005 20:38:55 -0000 1.14
@@ -185,7 +185,6 @@
* get the format string
*
* @return the format string
- * @see #getFormatStringLength()
*/
public String getFormatString()
1.33 +2 -2
jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java
Index: HSSFSheet.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFSheet.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- HSSFSheet.java 7 May 2005 17:25:26 -0000 1.32
+++ HSSFSheet.java 16 May 2005 20:38:55 -0000 1.33
@@ -895,8 +895,8 @@
/**
* 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);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/