bugfix for list()

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6616 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent 3889438db6
commit 4403304957

@ -51,7 +51,7 @@ public class BEncodedHeapArray {
private int keymaxlen;
public BEncodedHeapArray(final File location, final int keymaxlen) {
this.location = location;
this.location = new File(location.getAbsolutePath());
this.keymaxlen = keymaxlen;
this.tables = new ConcurrentHashMap<String, BEncodedHeap>();
String[] files = this.location.list();

Loading…
Cancel
Save