From: Nick Burch Date: Thu, 13 Jun 2013 18:18:19 +0000 (+0000) Subject: Fix the javadoc, correct the indenting, and add the new test file from bug #54849 X-Git-Tag: 3.10-beta1~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=19ade4ae646668e0cb50389cd7193061c384376b;p=poi.git Fix the javadoc, correct the indenting, and add the new test file from bug #54849 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1492796 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java b/src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java index 10ba6e94a5..6aa9453213 100644 --- a/src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java +++ b/src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java @@ -18,20 +18,12 @@ package org.apache.poi.xwpf.usermodel; /** - *

- * 9 Jan 2010 - *

- *

- * // TODO insert Javadoc here! - *

- * @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 index 0000000000..836c147069 Binary files /dev/null and b/test-data/document/Bug54849.docx differ