]> source.dussan.org Git - poi.git/commitdiff
try to fix javadoc issues
authorPJ Fanning <fanningpj@apache.org>
Fri, 5 Apr 2019 09:18:26 +0000 (09:18 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 5 Apr 2019 09:18:26 +0000 (09:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856994 13f79535-47bb-0310-9956-ffa450edef68

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

index 0b595241f5f24a7ee3d3dcda3eed64f398c42c4a..1e4182d304756ae47077a8f04efcac6b0ed86728 100644 (file)
@@ -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()) {