Michael Peter Christen 13 years ago
parent 404b0aab09
commit db0d438709

@ -488,8 +488,8 @@ public final class RWIProcess extends Thread
public boolean feedingIsFinished() { public boolean feedingIsFinished() {
return return
this.feedersTerminated.intValue() > (this.remote ? 1 : 0) && this.feedersTerminated.intValue() > (this.remote ? 1 : 0) &&
this.feedersAlive.get() == 0 && this.feedersAlive.get() == 0;// &&
(!this.remote || this.remote_indexCount > 0); //(!this.remote || this.remote_indexCount > 0);
} }
private boolean testFlags(final WordReference ientry) { private boolean testFlags(final WordReference ientry) {

Loading…
Cancel
Save