From 180cfd455488cb7bebc20a3ad3916631b67869d6 Mon Sep 17 00:00:00 2001 From: Glen Stampoultzis Date: Fri, 15 Mar 2002 12:15:59 +0000 Subject: [PATCH] Javadoc fix git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352221 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/hssf/usermodel/HSSFCell.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java b/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java index 890074a2f..6789d01d7 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFCell.java @@ -81,10 +81,10 @@ import java.util.Calendar; * 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. - * + *

* Cells should have their number (0 based) before being added to a row. Only * cells that have values should be added. - * + *

* NOTE: the alpha won't be implementing formulas * * @author Andrew C. Oliver (acoliver at apache dot org)