*) explicit mentioning of blacklist in blacklist cleaner

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5411 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 16 years ago
parent 2d2ce24011
commit 1594a15be9

@ -28,7 +28,7 @@
#(results)#
::<!-- 1: Show results -->
<fieldset><legend>#[entries]# Illegal Entries for #[blEngine]#</legend>
<fieldset><legend>#[entries]# Illegal Entries in #[blList]# for #[blEngine]#</legend>
#(modified)#
::<p>Deleted #[delCount]# entries</p>
::<p>Altered #[alterCount]# entries!</p>

@ -114,6 +114,7 @@ public class BlacklistCleaner_p {
// list illegal entries
final HashMap<String, Integer> ies = getIllegalEntries(blacklistToUse, supportedBlacklistTypes, plasmaSwitchboard.urlBlacklist);
prop.put(RESULTS + "blList", blacklistToUse);
prop.put(RESULTS + "entries", ies.size());
prop.putHTML(RESULTS + "blEngine", plasmaSwitchboard.urlBlacklist.getEngineInfo());
prop.put(RESULTS + "disabled", (ies.size() == 0) ? "1" : "0");

Loading…
Cancel
Save