You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2013/06/13 20:18:19 UTC

svn commit: r1492796 - in /poi/trunk: src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java test-data/document/Bug54849.docx

Author: nick
Date: Thu Jun 13 18:18:19 2013
New Revision: 1492796

URL: http://svn.apache.org/r1492796
Log:
Fix the javadoc, correct the indenting, and add the new test file from bug #54849

Added:
    poi/trunk/test-data/document/Bug54849.docx   (with props)
Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java?rev=1492796&r1=1492795&r2=1492796&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BodyType.java Thu Jun 13 18:18:19 2013
@@ -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
 }

Added: poi/trunk/test-data/document/Bug54849.docx
URL: http://svn.apache.org/viewvc/poi/trunk/test-data/document/Bug54849.docx?rev=1492796&view=auto
==============================================================================
Binary file - no diff available.

Propchange: poi/trunk/test-data/document/Bug54849.docx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org