Skip to content

Commit

Permalink
better shutdown of tools
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5695 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Mar 10, 2009
1 parent 100247b commit d988204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/de/anomic/data/URLAnalysis.java
Expand Up @@ -538,6 +538,7 @@ public static void main(String[] args) {
System.out.println("java -Xmx1000m -cp classes de.anomic.data.URLAnalysis -delete DATA/INDEX/freeworld/TEXT diffurlcol.dump");
System.out.println();
}
System.exit(0); // kill remaining threads
}

private static final String num(int i) {
Expand Down

0 comments on commit d988204

Please sign in to comment.