Fix indenting to be consistent, and correct the setIncludeCellComments javadoc to match the long standing default (#54871)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496510 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2013-06-25 15:05:27 +00:00
parent dbd1a59416
commit ed5588d9af

View File

@ -92,7 +92,7 @@ public class XSSFExcelExtractor extends POIXMLTextExtractor implements org.apach
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;