Author: nick
Date: Tue May 16 02:50:35 2017
New Revision: 1795261

URL: http://svn.apache.org/viewvc?rev=1795261&view=rev
Log:
Javadoc fixes

Modified:
    poi/trunk/src/java/org/apache/poi/ss/usermodel/DataFormatter.java
    
poi/trunk/src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java

Modified: poi/trunk/src/java/org/apache/poi/ss/usermodel/DataFormatter.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/usermodel/DataFormatter.java?rev=1795261&r1=1795260&r2=1795261&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/usermodel/DataFormatter.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/usermodel/DataFormatter.java Tue May 
16 02:50:35 2017
@@ -762,9 +762,9 @@ public class DataFormatter implements Ob
      * 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);

Modified: 
poi/trunk/src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java?rev=1795261&r1=1795260&r2=1795261&view=diff
==============================================================================
--- 
poi/trunk/src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java
 (original)
+++ 
poi/trunk/src/scratchpad/src/org/apache/poi/hssf/converter/ExcelToHtmlConverter.java
 Tue May 16 02:50:35 2017
@@ -125,8 +125,7 @@ public class ExcelToHtmlConverter extend
     /**
      * 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 extend
     /**
      * 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 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to