]> source.dussan.org Git - poi.git/commitdiff
Javadocs fixes
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 13 Jan 2016 01:09:43 +0000 (01:09 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 13 Jan 2016 01:09:43 +0000 (01:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724343 13f79535-47bb-0310-9956-ffa450edef68

14 files changed:
src/ooxml/java/org/apache/poi/POIXMLFactory.java
src/ooxml/java/org/apache/poi/xssf/model/ThemesTable.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChart.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDrawing.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPictureData.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCache.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVBAPart.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java
src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextRun.java

index af58bd1296c42bfc65b0cd68b312fa623edb27de..f5d8c790f411905508522b8d5796e3ca045e7634 100644 (file)
@@ -40,7 +40,6 @@ public abstract class POIXMLFactory {
      * from {@link POIXMLDocument#load(POIXMLFactory)} when parsing a document
      *
      * @param parent parent part
-     * @param rel   the package part relationship
      * @param part  the PackagePart representing the created instance
      * @return A new instance of a POIXMLDocumentPart.
      * 
index 2d54fdf7273debf2aa85f0dc166980fa0c50418a..19a08b3aae4da49ab9de1544774eae2d38d58bdc 100644 (file)
@@ -75,7 +75,6 @@ public class ThemesTable extends POIXMLDocumentPart {
     /**
      * Construct a ThemesTable.
      * @param part A PackagePart.
-     * @param rel A PackageRelationship.
      * 
      * @since POI 3.14-Beta1
      */
index 4455870bd2adc84da118b176a585a283b325f2cc..27f1e996ec54f424664e0b0407ad7548fd1bc63b 100644 (file)
@@ -93,8 +93,6 @@ public final class XSSFChart extends POIXMLDocumentPart implements Chart, ChartA
         *
         * @param part the package part holding the chart data,
         * the content type must be <code>application/vnd.openxmlformats-officedocument.drawingml.chart+xml</code>
-        * @param rel  the package relationship holding this chart,
-        * the relationship type must be http://schemas.openxmlformats.org/officeDocument/2006/relationships/chart
         * 
         * @since POI 3.14-Beta1
         */
index cf5455322f5066fbd13d531181b288b8c839eda5..1ce809fa2a74cc2ec7e51ddfcd6edef676a5e839 100644 (file)
@@ -80,8 +80,6 @@ public final class XSSFDrawing extends POIXMLDocumentPart implements Drawing {
      *
      * @param part the package part holding the drawing data,
      * the content type must be <code>application/vnd.openxmlformats-officedocument.drawing+xml</code>
-     * @param rel  the package relationship holding this drawing,
-     * the relationship type must be http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing
      * 
      * @since POI 3.14-Beta1
      */
index 5c31d0322452820d28bcd2df68a43ac60045e0e7..f8c9c226c25d79e06b7b9df1680a5902f09f826c 100644 (file)
@@ -66,8 +66,6 @@ public class XSSFPictureData extends POIXMLDocumentPart implements PictureData {
      * Construct XSSFPictureData from a package part
      *
      * @param part the package part holding the drawing data,
-     * @param rel  the package relationship holding this drawing,
-     * the relationship type must be http://schemas.openxmlformats.org/officeDocument/2006/relationships/image
      * 
      * @since POI 3.14-Beta1
      */
index 5ba16075b2db85e71fac55afbce6a223adcbca5a..418185f2beae056ce805aeb40d902981566bae12 100644 (file)
@@ -50,7 +50,6 @@ public class XSSFPivotCache extends POIXMLDocumentPart {
      * Should only be called when reading in an existing file.
      *
      * @param part - The package part that holds xml data representing this pivot cache definition.
-     * @param rel - the relationship of the given package part in the underlying OPC package
      * 
      * @since POI 3.14-Beta1
      */
index fd4c728c26a929ebdbcd3bd42439fec6f981cff2..c611e13e3815d670b9d9cf5c4af69d7130b98d14 100644 (file)
@@ -57,7 +57,6 @@ public class XSSFPivotCacheDefinition extends POIXMLDocumentPart{
      * Should only be called when reading in an existing file.
      *
      * @param part - The package part that holds xml data representing this pivot cache definition.
-     * @param rel - the relationship of the given package part in the underlying OPC package
      * 
      * @since POI 3.14-Beta1
      */
index 3464374972eb8f846a8ea3e540f8220d29d86d6b..5dcf0d3b787ff131ddd73327666bdf9e0592bf21 100644 (file)
@@ -47,7 +47,6 @@ public class XSSFPivotCacheRecords extends POIXMLDocumentPart {
      * Should only be called when reading in an existing file.
      *
      * @param part - The package part that holds xml data representing this pivot cache records.
-     * @param rel - the relationship of the given package part in the underlying OPC package
      * 
      * @since POI 3.14-Beta1
      */
index 5b61b0161136fb67fb7350c031d9daaf6bda541b..ef6eb35a561d2f9a804605eabae6bf5584e0aaed 100644 (file)
@@ -87,7 +87,6 @@ public class XSSFPivotTable extends POIXMLDocumentPart {
      * Should only be called when reading in an existing file.
      *
      * @param part - The package part that holds xml data representing this pivot table.
-     * @param rel - the relationship of the given package part in the underlying OPC package
      * 
      * @since POI 3.14-Beta1
      */
index 7c76f15f7a76ee0da8fd51f478fdb1376bc7b028..fa8d85b261c4c006c3caa04a7a922d75dc3af1a1 100644 (file)
@@ -165,7 +165,6 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet {
      * Should only be called by XSSFWorkbook when reading in an existing file.
      *
      * @param part - The package part that holds xml data representing this sheet.
-     * @param rel - the relationship of the given package part in the underlying OPC package
      * 
      * @since POI 3.14-Beta1
      */
index f074d0c190b9aeeb29a669d0f0bcbb3cf4bf9cde..11501e9615a1e681466582ef966f2b94d95481f6 100644 (file)
@@ -34,7 +34,6 @@ public class XSSFVBAPart extends POIXMLDocumentPart {
      * Construct XSSFVBAPart from a package part
      *
      * @param part the package part holding the VBA data,
-     * @param rel  the package relationship holding this part
      * 
      * @since POI 3.14-Beta1
      */
index 6f8fccdc72bae17be07041dec36a069be6655685..41f37f95ab93981d6fa43b68725b264135a1c20b 100644 (file)
@@ -108,8 +108,6 @@ public final class XSSFVMLDrawing extends POIXMLDocumentPart {
      *
      * @param part the package part holding the drawing data,
      * the content type must be <code>application/vnd.openxmlformats-officedocument.drawing+xml</code>
-     * @param rel  the package relationship holding this drawing,
-     * the relationship type must be http://schemas.openxmlformats.org/officeDocument/2006/relationships/drawing
      * 
      * @since POI 3.14-Beta1
      */
index 6408bf63be90e80324e07902e190407d4576f2f1..defae4ac6abbcf87d6210e0c1b0090a7ecac7366 100644 (file)
@@ -50,7 +50,6 @@ public class XWPFFootnotes extends POIXMLDocumentPart {
      * Construct XWPFFootnotes from a package part\r
      *
      * @param part the package part holding the data of the footnotes,
-     * @param rel  the package relationship of type "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"
      * 
      * @since POI 3.14-Beta1
      */
index 62cd072f214cbcbd29f5e1071649b645ff89f80f..2178d1d85f105d268057c01ae11bdd7cfadba538 100644 (file)
@@ -400,7 +400,7 @@ public final class HSLFTextRun implements TextRun {
      * Sets the associated hyperlink id - currently this is only used while parsing and
      * can't be used for update a ppt
      *
-     * @param hyperlink the id or -1 to unset it
+     * @param hyperlinkId the id or -1 to unset it
      */
     public void setHyperlinkId(int hyperlinkId) {
         this.hyperlinkId = hyperlinkId;