orbiter 18 years ago
parent 93a5ace330
commit c93cfdc23a

@ -193,15 +193,11 @@ public final class plasmaWordIndexFile {
if (theIndex == null) { if (theIndex == null) {
i = null; i = null;
} else try { } else try {
i = theIndex.rows(up, false, null); i = theIndex.contentRows(-1);
} catch (kelondroException e) { } catch (kelondroException e) {
e.printStackTrace(); e.printStackTrace();
theIndex.file().delete(); theIndex.file().delete();
i = null; i = null;
} catch (IOException e) {
e.printStackTrace();
theIndex.file().delete();
i = null;
} }
} }
public boolean hasNext() { public boolean hasNext() {

Loading…
Cancel
Save