Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3791 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
allo committed Jun 4, 2007
1 parent 089c2a7 commit 6c9df13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/de/anomic/plasma/urlPattern/abstractURLPattern.java
Expand Up @@ -102,7 +102,7 @@ public void setRootPath(File rootPath) {

protected HashMap getBlacklistMap(String blacklistType) {
if (blacklistType == null) throw new IllegalArgumentException();
if (!BLACKLIST_TYPES.contains(blacklistType)) throw new IllegalArgumentException("Unknown backlist type.");
if (!BLACKLIST_TYPES.contains(blacklistType)) throw new IllegalArgumentException("Unknown blacklist type: "+blacklistType+".");

return (HashMap) this.hostpaths.get(blacklistType);
}
Expand Down

0 comments on commit 6c9df13

Please sign in to comment.