Author: fanningpj
Date: Fri Apr  5 09:18:26 2019
New Revision: 1856994

URL: http://svn.apache.org/viewvc?rev=1856994&view=rev
Log:
try to fix javadoc issues

Modified:
    
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java

Modified: 
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java?rev=1856994&r1=1856993&r2=1856994&view=diff
==============================================================================
--- 
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java
 (original)
+++ 
poi/trunk/src/ooxml/java/org/apache/poi/xddf/usermodel/text/XDDFTextParagraph.java
 Fri Apr  5 09:18:26 2019
@@ -237,7 +237,8 @@ public class XDDFTextParagraph {
      *            <dt>Minimum inclusive =</dt>
      *            <dd>-4032</dd>
      *            <dt>Maximum inclusive =</dt>
-     *            <dd>4032</dd></dt>
+     *            <dd>4032</dd>
+     *            </dl>
      */
     public void setIndentation(Double points) {
         if (points != null || _p.isSetPPr()) {
@@ -267,7 +268,8 @@ public class XDDFTextParagraph {
      *            <dt>Minimum inclusive =</dt>
      *            <dd>0</dd>
      *            <dt>Maximum inclusive =</dt>
-     *            <dd>4032</dd></dt>
+     *            <dd>4032</dd>
+     *            </dl>
      */
     public void setMarginLeft(Double points) {
         if (points != null || _p.isSetPPr()) {
@@ -297,7 +299,8 @@ public class XDDFTextParagraph {
      *            <dt>Minimum inclusive =</dt>
      *            <dd>0</dd>
      *            <dt>Maximum inclusive =</dt>
-     *            <dd>4032</dd></dt>
+     *            <dd>4032</dd>
+     *            </dl>
      */
     public void setMarginRight(Double points) {
         if (points != null || _p.isSetPPr()) {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to