]> source.dussan.org Git - poi.git/commitdiff
Fix the javadoc, correct the indenting, and add the new test file from bug #54849
authorNick Burch <nick@apache.org>
Thu, 13 Jun 2013 18:18:19 +0000 (18:18 +0000)
committerNick Burch <nick@apache.org>
Thu, 13 Jun 2013 18:18:19 +0000 (18:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492796 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java
test-data/document/Bug54849.docx [new file with mode: 0644]

index 10ba6e94a5279810fcea94fbd8cccf3693f00346..6aa94532132bbb1f232cba5babe2910cc06d9737 100644 (file)
 package org.apache.poi.xwpf.usermodel;
 
 /**
- * <p>
- * 9 Jan 2010
- * </p>
- * <p>
- * // TODO insert Javadoc here!
- * </p>
- * @author epp
- *
+ * The different kinds of {@link IBody} that exist
  */
 public enum BodyType {
-       DOCUMENT,
-       HEADER,
-       FOOTER,
-       FOOTNOTE,
-       TABLECELL
-       
+    DOCUMENT,
+    HEADER,
+    FOOTER,
+    FOOTNOTE,
+    TABLECELL
 }
diff --git a/test-data/document/Bug54849.docx b/test-data/document/Bug54849.docx
new file mode 100644 (file)
index 0000000..836c147
Binary files /dev/null and b/test-data/document/Bug54849.docx differ