Author: nick
Date: Thu Jul 31 13:37:33 2014
New Revision: 1614886

URL: http://svn.apache.org/r1614886
Log:
Fix javadoc warnings

Modified:
    poi/trunk/src/java/org/apache/poi/POIOLE2TextExtractor.java
    poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java

Modified: poi/trunk/src/java/org/apache/poi/POIOLE2TextExtractor.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/POIOLE2TextExtractor.java?rev=1614886&r1=1614885&r2=1614886&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/POIOLE2TextExtractor.java (original)
+++ poi/trunk/src/java/org/apache/poi/POIOLE2TextExtractor.java Thu Jul 31 
13:37:33 2014
@@ -37,7 +37,7 @@ public abstract class POIOLE2TextExtract
        /**
         * Creates a new text extractor for the given document
         * 
-        * @param The POIDocument to use in this extractor.
+        * @param document The POIDocument to use in this extractor.
         */
        public POIOLE2TextExtractor(POIDocument document) {
                super(document);

Modified: 
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java?rev=1614886&r1=1614885&r2=1614886&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java 
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java 
Thu Jul 31 13:37:33 2014
@@ -227,7 +227,7 @@ public class XSSFPivotTable extends POIX
 
     /**
      * Add a row label using data from the given column.
-     * @param columnIndex, the index of the column to be used as row label.
+     * @param columnIndex the index of the column to be used as row label.
      */
     @Beta
     public void addRowLabel(int columnIndex) {
@@ -281,8 +281,8 @@ public class XSSFPivotTable extends POIX
 
     /**
      * Add a column label using data from the given column and specified 
function
-     * @param columnIndex, the index of the column to be used as column label.
-     * @param function, the function to be used on the data
+     * @param columnIndex the index of the column to be used as column label.
+     * @param function the function to be used on the data
      * The following functions exists:
      * Sum, Count, Average, Max, Min, Product, Count numbers, StdDev, StdDevp, 
Var, Varp
      */
@@ -313,8 +313,8 @@ public class XSSFPivotTable extends POIX
 
     /**
      * Add data field with data from the given column and specified function.
-     * @param function, the function to be used on the data
-     * @param index, the index of the column to be used as column label.
+     * @param function the function to be used on the data
+     * @param index the index of the column to be used as column label.
      * The following functions exists:
      * Sum, Count, Average, Max, Min, Product, Count numbers, StdDev, StdDevp, 
Var, Varp
      */
@@ -343,8 +343,8 @@ public class XSSFPivotTable extends POIX
 
     /**
      * Add column containing data from the referenced area.
-     * @param columnIndex, the index of the column containing the data
-     * @param isDataField, true if the data should be displayed in the pivot 
table.
+     * @param columnIndex the index of the column containing the data
+     * @param isDataField true if the data should be displayed in the pivot 
table.
      */
     @Beta
     public void addDataColumn(int columnIndex, boolean isDataField) {
@@ -365,7 +365,7 @@ public class XSSFPivotTable extends POIX
 
     /**
      * Add filter for the column with the corresponding index and cell value
-     * @param columnIndex, index of column to filter on
+     * @param columnIndex index of column to filter on
      */
     @Beta
     public void addReportFilter(int columnIndex) {



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

Reply via email to