Skip to content

Commit

Permalink
*) undoing last commit
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1944 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
hydrox committed Mar 22, 2006
1 parent 9411961 commit fcc0683
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/de/anomic/plasma/plasmaDHTTransfer.java
Expand Up @@ -94,9 +94,7 @@ public plasmaDHTTransfer(serverLog log, yacySeed [] seeds, plasmaDHTChunk dhtChu

public void run() {
while (getStatus() != plasmaDHTChunk.chunkStatus_COMPLETE && seedcount < seeds.length)try {
synchronized(seed) {
seed = seeds[seedcount++];
}
seed = seeds[seedcount++];
uploadIndex();
} catch (InterruptedException e) {
// TODO Auto-generated catch block
Expand Down

0 comments on commit fcc0683

Please sign in to comment.