mirror of https://github.com/apache/poi.git
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:
parent
0e107cdc53
commit
888cda7128
|
@ -1241,7 +1241,6 @@ public class XWPFParagraph implements IBodyElement {
|
|||
return BodyElementType.PARAGRAPH;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IBody getBody()
|
||||
{
|
||||
return part;
|
||||
|
|
|
@ -289,7 +289,6 @@ public class XWPFTable implements IBodyElement{
|
|||
return BodyElementType.TABLE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public IBody getBody()
|
||||
{
|
||||
return part;
|
||||
|
|
Loading…
Reference in New Issue