Javadocs fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1724343 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2016-01-13 01:09:43 +00:00
parent b0c16b8261
commit 0ded035dda
14 changed files with 1 additions and 18 deletions

View 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.
*

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View 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
*/

View File

@ -50,7 +50,6 @@ public class XWPFFootnotes extends POIXMLDocumentPart {
* 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
*/

View 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;