glens 02/03/15 04:15:59
Modified: src/java/org/apache/poi/hssf/usermodel HSSFCell.java
Log:
Javadoc fix
Revision Changes Path
1.5 +2 -2 jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java
Index: HSSFCell.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HSSFCell.java 15 Mar 2002 02:47:56 -0000 1.4
+++ HSSFCell.java 15 Mar 2002 12:15:59 -0000 1.5
@@ -81,10 +81,10 @@
* contain strings (at least according to our model). Client apps should do the
* conversions themselves. Formula cells are treated like string cells, simply
* containing a formula string. They'll be rendered differently.
- *
+ * <p>
* Cells should have their number (0 based) before being added to a row. Only
* cells that have values should be added.
- *
+ * <p>
* NOTE: the alpha won't be implementing formulas
*
* @author Andrew C. Oliver (acoliver at apache dot org)