Author: nick
Date: Thu Oct 29 09:28:38 2015
New Revision: 1711197
URL: http://svn.apache.org/viewvc?rev=1711197&view=rev
Log:
Javadoc fixes
Modified:
poi/trunk/src/java/org/apache/poi/sl/draw/DrawTableShape.java
poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFShape.java
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
Modified: poi/trunk/src/java/org/apache/poi/sl/draw/DrawTableShape.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/sl/draw/DrawTableShape.java?rev=1711197&r1=1711196&r2=1711197&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/sl/draw/DrawTableShape.java (original)
+++ poi/trunk/src/java/org/apache/poi/sl/draw/DrawTableShape.java Thu Oct 29
09:28:38 2015
@@ -21,7 +21,6 @@ import java.awt.Color;
import java.awt.Graphics2D;
import org.apache.poi.sl.usermodel.GroupShape;
-import org.apache.poi.sl.usermodel.StrokeStyle;
import org.apache.poi.sl.usermodel.StrokeStyle.LineCompound;
import org.apache.poi.sl.usermodel.StrokeStyle.LineDash;
import org.apache.poi.sl.usermodel.TableCell;
@@ -74,7 +73,7 @@ public class DrawTableShape extends Draw
* An empty args parameter removes the affected border.
*
* @param args a varargs array possible containing {@link Double} (width),
- * {@link StrokeStyle.LineCompound}, {@link Color}, {@link
StrokeStyle.LineDash}
+ * {@link LineCompound}, {@link Color}, {@link LineDash}
*/
public void setAllBorders(Object... args) {
TableShape<?,?> table = getShape();
@@ -96,7 +95,7 @@ public class DrawTableShape extends Draw
* An empty args parameter removes the affected border.
*
* @param args a varargs array possible containing {@link Double} (width),
- * {@link StrokeStyle.LineCompound}, {@link Color}, {@link
StrokeStyle.LineDash}
+ * {@link LineCompound}, {@link Color}, {@link LineDash}
*/
public void setOutsideBorders(Object... args){
if (args.length == 0) return;
@@ -122,7 +121,7 @@ public class DrawTableShape extends Draw
* An empty args parameter removes the affected border.
*
* @param args a varargs array possible containing {@link Double} (width),
- * {@link StrokeStyle.LineCompound}, {@link Color}, {@link
StrokeStyle.LineDash}
+ * {@link LineCompound}, {@link Color}, {@link LineDash}
*/
public void setInsideBorders(Object... args) {
if (args.length == 0) return;
Modified: poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFShape.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFShape.java?rev=1711197&r1=1711196&r2=1711197&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFShape.java
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xdgf/usermodel/XDGFShape.java Thu
Oct 29 09:28:38 2015
@@ -820,7 +820,7 @@ public class XDGFShape extends XDGFSheet
* @return returns bounds as a path in local coordinates, which is
* userful if you need to transform to global coordinates
*
- * @warning Don't use this for 1d objects, and will fail for
+ * Warning: Don't use this for 1d objects, and will fail for
* infinite line objects
*/
public Path2D.Double getBoundsAsPath() {
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=1711197&r1=1711196&r2=1711197&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 Thu
Oct 29 09:28:38 2015
@@ -690,7 +690,7 @@ public class XSSFSheet extends POIXMLDoc
/**
* Get a list of Hyperlinks in this sheet
*
- * @return
+ * @return Hyperlinks for the sheet
*/
public List<XSSFHyperlink> getHyperlinkList() {
return Collections.unmodifiableList(hyperlinks);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]