Skip to content

Commit

Permalink
fix for fix in SVN 3537
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3539 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Apr 3, 2007
1 parent c1dd6a6 commit e4734a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/de/anomic/plasma/plasmaCrawlBalancer.java
Expand Up @@ -134,8 +134,9 @@ private void resetFileIndex() {
if (urlFileIndex != null) {
urlFileIndex.close();
urlFileIndex = null;
File cacheFile = new File(cacheStacksPath, stackname + indexSuffix);
cacheFile.delete();
kelondroFlexTable.delete(cacheStacksPath, stackname + indexSuffix);
//File cacheFile = new File(cacheStacksPath, stackname + indexSuffix);
//cacheFile.delete();
}
openFileIndex();
}
Expand Down

0 comments on commit e4734a8

Please sign in to comment.