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
This commit is contained in:
Nick Burch 2013-06-13 18:18:19 +00:00
parent 0ecaa1ae58
commit 8bb5601ff8
2 changed files with 6 additions and 14 deletions

View File

@ -18,20 +18,12 @@
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
}

Binary file not shown.