]> source.dussan.org Git - poi.git/commitdiff
Javadoc fixes
authorNick Burch <nick@apache.org>
Tue, 16 May 2017 02:50:35 +0000 (02:50 +0000)
committerNick Burch <nick@apache.org>
Tue, 16 May 2017 02:50:35 +0000 (02:50 +0000)
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
src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java

index bc976cc4ef84245f5db96f543e6dde84b573b07e..f07225432cf13aaa1dad2a4450a75dd02ab6fd0c 100644 (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);
index 77ee49cf29fde43c4c054765268adccd1517a87c..0f7fb058fdc3d8f89f3098695e2e82a18cf1d56d 100644 (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