summaryrefslogtreecommitdiff
path: root/source/de/anomic/crawler/ZURL.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/de/anomic/crawler/ZURL.java')
-rwxr-xr-xsource/de/anomic/crawler/ZURL.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/de/anomic/crawler/ZURL.java b/source/de/anomic/crawler/ZURL.java
index 451f09e72..4f63dca1e 100755
--- a/source/de/anomic/crawler/ZURL.java
+++ b/source/de/anomic/crawler/ZURL.java
@@ -58,7 +58,7 @@ public class ZURL {
);
// the class object
- private final ObjectIndex urlIndex;
+ protected final ObjectIndex urlIndex;
private final LinkedList<String> stack;
public ZURL(final File cachePath, final String tablename, final boolean startWithEmptyFile) {