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
8a6c4d97ff
commit
2edbaa0683
@ -1241,7 +1241,6 @@ public class XWPFParagraph implements IBodyElement {
|
|||||||
return BodyElementType.PARAGRAPH;
|
return BodyElementType.PARAGRAPH;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public IBody getBody()
|
public IBody getBody()
|
||||||
{
|
{
|
||||||
return part;
|
return part;
|
||||||
|
@ -289,7 +289,6 @@ public class XWPFTable implements IBodyElement{
|
|||||||
return BodyElementType.TABLE;
|
return BodyElementType.TABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public IBody getBody()
|
public IBody getBody()
|
||||||
{
|
{
|
||||||
return part;
|
return part;
|
||||||
|
Loading…
Reference in New Issue
Block a user