Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795261 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2017-05-16 02:50:35 +00:00
parent b527f96daa
commit fec503f1de
2 changed files with 4 additions and 6 deletions

View File

@ -762,9 +762,9 @@ public class DataFormatter implements Observer {
* If no rules contain a number format, or no rules apply, the cell's style format is used.
* If the style does not have a format, the default date format is applied.
*
* @param cell
* @param cell to format
* @param cfEvaluator ConditionalFormattingEvaluator (if available)
* @return
* @return Formatted value
*/
private String getFormattedDateString(Cell cell, ConditionalFormattingEvaluator cfEvaluator) {
Format dateFormat = getFormat(cell, cfEvaluator);

View File

@ -125,8 +125,7 @@ public class ExcelToHtmlConverter extends AbstractExcelConverter
/**
* Converts Excel file (97-2007) into HTML file.
*
* @param xlsFile
* workbook stream to process
* @param xlsStream workbook stream to process
* @return DOM representation of result HTML
* @throws IOException
* @throws ParserConfigurationException
@ -144,8 +143,7 @@ public class ExcelToHtmlConverter extends AbstractExcelConverter
/**
* Converts Excel file (97-2007) into HTML file.
*
* @param xlsFile
* workbook instance to process
* @param workbook workbook instance to process
* @return DOM representation of result HTML
* @throws IOException
* @throws ParserConfigurationException