]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorJaven O'Neal <onealj@apache.org>
Wed, 21 Sep 2016 02:43:55 +0000 (02:43 +0000)
committerJaven O'Neal <onealj@apache.org>
Wed, 21 Sep 2016 02:43:55 +0000 (02:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1761664 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java

index e08af900b1ae12f1ce15294066ebd217967b43bf..e6f91afde7924931a2ae75c04c8295f873c5234e 100644 (file)
@@ -414,10 +414,9 @@ public class XSSFPivotTable extends POIXMLDocumentPart {
 
     /**
      * Creates cacheSource and workSheetSource for pivot table and sets the source reference as well assets the location of the pivot table
-     * @param sourceRef Source for data for pivot table - mutually exclusive with sourceName
-     * @param sourceName Source for data for pivot table - mutually exclusive with sourceRef
      * @param position Position for pivot table in sheet
      * @param sourceSheet Sheet where the source will be collected from
+     * @param refConfig  an configurator that knows how to configure pivot table references
      */
     @Beta
     protected void createSourceReferences(CellReference position, Sheet sourceSheet, PivotTableReferenceConfigurator refConfig){