Fix 1.6ism

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1131327 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2011-06-04 06:40:28 +00:00
parent 8a6c4d97ff
commit 2edbaa0683
2 changed files with 0 additions and 2 deletions

View File

@ -1241,7 +1241,6 @@ public class XWPFParagraph implements IBodyElement {
return BodyElementType.PARAGRAPH;
}
@Override
public IBody getBody()
{
return part;

View File

@ -289,7 +289,6 @@ public class XWPFTable implements IBodyElement{
return BodyElementType.TABLE;
}
@Override
public IBody getBody()
{
return part;