Fix for prev commit
This commit is contained in:
parent
e6fbee9f67
commit
fc43ce34e4
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ public class BasicSplitter {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private static boolean isRootElement(Node node) {
|
protected static boolean isRootElement(Node node) {
|
||||||
Node parent = node.getParentNode();
|
Node parent = node.getParentNode();
|
||||||
if (parent.getNodeName().equals("office:text")) {
|
if (parent.getNodeName().equals("office:text")) {
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue