Browse Source

Fix 1.6ism

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1131327 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_8_BETA4
Nick Burch 13 years ago
parent
commit
888cda7128

+ 0
- 1
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFParagraph.java View File

@@ -1241,7 +1241,6 @@ public class XWPFParagraph implements IBodyElement {
return BodyElementType.PARAGRAPH;
}

@Override
public IBody getBody()
{
return part;

+ 0
- 1
src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFTable.java View File

@@ -289,7 +289,6 @@ public class XWPFTable implements IBodyElement{
return BodyElementType.TABLE;
}

@Override
public IBody getBody()
{
return part;

Loading…
Cancel
Save