]> source.dussan.org Git - poi.git/commitdiff
Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,639233-63924...
authorNick Burch <nick@apache.org>
Mon, 4 Aug 2008 21:50:50 +0000 (21:50 +0000)
committerNick Burch <nick@apache.org>
Mon, 4 Aug 2008 21:50:50 +0000 (21:50 +0000)
https://svn.apache.org/repos/asf/poi/trunk

........
  r682518 | nick | 2008-08-04 22:34:54 +0100 (Mon, 04 Aug 2008) | 1 line

  Fix a comment
........

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@682522 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;