From b523186038c119a2c4b5f1159e4cfb934d45c72b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 5 Apr 2019 09:18:26 +0000 Subject: [PATCH] try to fix javadoc issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856994 13f79535-47bb-0310-9956-ffa450edef68 --- .../poi/xddf/usermodel/text/XDDFTextParagraph.java | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java index 0b595241f5..1e4182d304 100644 --- a/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java +++ b/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java @@ -237,7 +237,8 @@ public class XDDFTextParagraph { *
Minimum inclusive =
*
-4032
*
Maximum inclusive =
- *
4032
+ *
4032
+ * */ public void setIndentation(Double points) { if (points != null || _p.isSetPPr()) { @@ -267,7 +268,8 @@ public class XDDFTextParagraph { *
Minimum inclusive =
*
0
*
Maximum inclusive =
- *
4032
+ *
4032
+ * */ public void setMarginLeft(Double points) { if (points != null || _p.isSetPPr()) { @@ -297,7 +299,8 @@ public class XDDFTextParagraph { *
Minimum inclusive =
*
0
*
Maximum inclusive =
- *
4032
+ *
4032
+ * */ public void setMarginRight(Double points) { if (points != null || _p.isSetPPr()) { -- 2.39.5