Index: src/java/org/apache/poi/ss/format/CellFormatResult.java =================================================================== --- src/java/org/apache/poi/ss/format/CellFormatResult.java (revision 1696356) +++ src/java/org/apache/poi/ss/format/CellFormatResult.java (working copy) @@ -34,7 +34,7 @@ */ public final boolean applies; - /** The resulting text. This will never be null. */ + /** The resulting text. */ public final String text; /**