Reverted commit
This commit is contained in:
parent
e41f595268
commit
63e5d5936c
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class Separator {
|
|||
}
|
||||
|
||||
private boolean noSplitNeeded(int pageNum, int curLevel) {
|
||||
return !greenstoneSeparation && !rdfSeparation && splitLevel == 0 && !isSplitTime(curLevel,pageNum);
|
||||
return !greenstoneSeparation && !pagination && !isSplitTime(curLevel,pageNum);
|
||||
}
|
||||
|
||||
private void addToCommentStack(String sLevel) {
|
||||
|
|
Loading…
Add table
Reference in a new issue