joerg 2003/09/30 13:08:53
Modified:
src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements
Cell.java
Log:
fixed typo
Revision Changes Path
1.6 +2 -2
cocoon-2.1/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/Cell.java
Index: Cell.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/poi/java/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/Cell.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Cell.java 20 Aug 2003 17:29:07 -0000 1.5
+++ Cell.java 30 Sep 2003 20:08:53 -0000 1.6
@@ -126,7 +126,7 @@
} catch (NumberFormatException e) {
throw new CascadingIOException("Invalid value for a numeric
cell: " + content, e);
} catch (ParseException e) {
- throw new CascadingIOException("Invalid value for a numberic
cell: " + content, e);
+ throw new CascadingIOException("Invalid value for a numeric
cell: " + content, e);
}
} else if (_cell.getCellType() == HSSFCell.CELL_TYPE_STRING) {
_cell.setCellValue(content);