From 488dff773ab9e72d8279b7b498fcad80086a5ebe Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Tue, 16 May 2017 02:50:35 +0000 Subject: [PATCH] Javadoc fixes git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1795261 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/ss/usermodel/DataFormatter.java | 4 ++-- .../org/apache/poi/hssf/converter/ExcelToHtmlConverter.java | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/java/org/apache/poi/ss/usermodel/DataFormatter.java b/src/java/org/apache/poi/ss/usermodel/DataFormatter.java index bc976cc4ef..f07225432c 100644 --- a/src/java/org/apache/poi/ss/usermodel/DataFormatter.java +++ b/src/java/org/apache/poi/ss/usermodel/DataFormatter.java @@ -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); diff --git a/src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java b/src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java index 77ee49cf29..0f7fb058fd 100644 --- a/src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java +++ b/src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java @@ -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 -- 2.39.5