gamorris

Results 1 issues of gamorris

`ObjectExtractorStreamEngine.java` contains [this code](https://github.com/tabulapdf/tabula-java/blob/adb7738c87f0019cf95519ff37b58e4d4992c51d/src/main/java/technology/tabula/ObjectExtractorStreamEngine.java#L157) ```java while (!pathIterator.isDone()) { pathIterator.next(); // This can be the last segment, when pathIterator.isDone, but we need to // process it otherwise us-017.pdf fails the last...