Return-Path: X-Original-To: apmail-poi-commits-archive@minotaur.apache.org Delivered-To: apmail-poi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AC6AF18305 for ; Wed, 13 Jan 2016 01:09:48 +0000 (UTC) Received: (qmail 66721 invoked by uid 500); 13 Jan 2016 01:09:48 -0000 Delivered-To: apmail-poi-commits-archive@poi.apache.org Received: (qmail 66682 invoked by uid 500); 13 Jan 2016 01:09:48 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 66673 invoked by uid 99); 13 Jan 2016 01:09:48 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2016 01:09:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id F3A0D1A0568 for ; Wed, 13 Jan 2016 01:09:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.246 X-Spam-Level: * X-Spam-Status: No, score=1.246 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id rZDduhswCWI3 for ; Wed, 13 Jan 2016 01:09:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 5F2822050D for ; Wed, 13 Jan 2016 01:09:45 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E2CBBE0282 for ; Wed, 13 Jan 2016 01:09:44 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 78A6F3A019A for ; Wed, 13 Jan 2016 01:09:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1724343 - in /poi/trunk/src: ooxml/java/org/apache/poi/ ooxml/java/org/apache/poi/xssf/model/ ooxml/java/org/apache/poi/xssf/usermodel/ ooxml/java/org/apache/poi/xwpf/usermodel/ scratchpad/src/org/apache/poi/hslf/usermodel/ Date: Wed, 13 Jan 2016 01:09:44 -0000 To: commits@poi.apache.org From: kiwiwings@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160113010944.78A6F3A019A@svn01-us-west.apache.org> Author: kiwiwings Date: Wed Jan 13 01:09:43 2016 New Revision: 1724343 URL: http://svn.apache.org/viewvc?rev=1724343&view=rev Log: Javadocs fixes Modified: poi/trunk/src/ooxml/java/org/apache/poi/POIXMLFactory.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/ThemesTable.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChart.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDrawing.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPictureData.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCache.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotTable.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVBAPart.java poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextRun.java Modified: poi/trunk/src/ooxml/java/org/apache/poi/POIXMLFactory.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/POIXMLFactory.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/POIXMLFactory.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/POIXMLFactory.java Wed Jan 13 01:09:43 2016 @@ -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. * Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/ThemesTable.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/ThemesTable.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/ThemesTable.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/ThemesTable.java Wed Jan 13 01:09:43 2016 @@ -75,7 +75,6 @@ public class ThemesTable extends POIXMLD /** * Construct a ThemesTable. * @param part A PackagePart. - * @param rel A PackageRelationship. * * @since POI 3.14-Beta1 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChart.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChart.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChart.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFChart.java Wed Jan 13 01:09:43 2016 @@ -93,8 +93,6 @@ public final class XSSFChart extends POI * * @param part the package part holding the chart data, * the content type must be application/vnd.openxmlformats-officedocument.drawingml.chart+xml - * @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 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDrawing.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDrawing.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDrawing.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFDrawing.java Wed Jan 13 01:09:43 2016 @@ -80,8 +80,6 @@ public final class XSSFDrawing extends P * * @param part the package part holding the drawing data, * the content type must be application/vnd.openxmlformats-officedocument.drawing+xml - * @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 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPictureData.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPictureData.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPictureData.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPictureData.java Wed Jan 13 01:09:43 2016 @@ -66,8 +66,6 @@ public class XSSFPictureData extends POI * 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 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCache.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCache.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCache.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCache.java Wed Jan 13 01:09:43 2016 @@ -50,7 +50,6 @@ public class XSSFPivotCache extends POIX * 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 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheDefinition.java Wed Jan 13 01:09:43 2016 @@ -57,7 +57,6 @@ public class XSSFPivotCacheDefinition ex * 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 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFPivotCacheRecords.java Wed Jan 13 01:09:43 2016 @@ -47,7 +47,6 @@ public class XSSFPivotCacheRecords exten * 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 */ 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=1724343&r1=1724342&r2=1724343&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 Wed Jan 13 01:09:43 2016 @@ -87,7 +87,6 @@ public class XSSFPivotTable extends POIX * 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 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java Wed Jan 13 01:09:43 2016 @@ -165,7 +165,6 @@ public class XSSFSheet extends POIXMLDoc * 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 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVBAPart.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVBAPart.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVBAPart.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVBAPart.java Wed Jan 13 01:09:43 2016 @@ -34,7 +34,6 @@ public class XSSFVBAPart extends POIXMLD * 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 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFVMLDrawing.java Wed Jan 13 01:09:43 2016 @@ -108,8 +108,6 @@ public final class XSSFVMLDrawing extend * * @param part the package part holding the drawing data, * the content type must be application/vnd.openxmlformats-officedocument.drawing+xml - * @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 */ Modified: poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java (original) +++ poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFFootnotes.java Wed Jan 13 01:09:43 2016 @@ -50,7 +50,6 @@ public class XWPFFootnotes extends POIXM * Construct XWPFFootnotes from a package part * * @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 */ Modified: poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextRun.java URL: http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextRun.java?rev=1724343&r1=1724342&r2=1724343&view=diff ============================================================================== --- poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextRun.java (original) +++ poi/trunk/src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFTextRun.java Wed Jan 13 01:09:43 2016 @@ -400,7 +400,7 @@ public final class HSLFTextRun implement * 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; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org For additional commands, e-mail: commits-help@poi.apache.org