]> source.dussan.org Git - poi.git/commitdiff
Fix a comment
authorNick Burch <nick@apache.org>
Mon, 4 Aug 2008 21:34:54 +0000 (21:34 +0000)
committerNick Burch <nick@apache.org>
Mon, 4 Aug 2008 21:34:54 +0000 (21:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682518 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/extractor/ExcelExtractor.java

index efa75e0d52b547b6cbcd8fe5124bdf2505c1484e..9a712c40eb3482a5cb9483aa2e4f348102b67c00 100644 (file)
@@ -68,7 +68,7 @@ public class ExcelExtractor extends POIOLE2TextExtractor {
                this.formulasNotResults = formulasNotResults;
        }
        /**
-     * Should cell comments be included? Default is true
+     * Should cell comments be included? Default is false
      */
     public void setIncludeCellComments(boolean includeCellComments) {
         this.includeCellComments = includeCellComments;