Fix a comment

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@682518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2008-08-04 21:34:54 +00:00
parent b9a01ec165
commit 896c286a4b
1 changed files with 1 additions and 1 deletions

View 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;