more generics

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4342 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 17 years ago
parent 45339c3db5
commit cbefc651ac

@ -254,7 +254,7 @@ public class yacySearch extends Thread {
plasmaURLPattern blacklist, plasmaURLPattern blacklist,
plasmaSearchRankingProfile rankingProfile, plasmaSearchRankingProfile rankingProfile,
kelondroBitfield constraint, kelondroBitfield constraint,
TreeMap clusterselection) { TreeMap<String, String> clusterselection) {
// check own peer status // check own peer status
if (yacyCore.seedDB.mySeed() == null || yacyCore.seedDB.mySeed().getPublicAddress() == null) { return null; } if (yacyCore.seedDB.mySeed() == null || yacyCore.seedDB.mySeed().getPublicAddress() == null) { return null; }
@ -278,7 +278,7 @@ public class yacySearch extends Thread {
plasmaSearchRankingProcess containerCache, plasmaSearchRankingProcess containerCache,
String targethash, plasmaURLPattern blacklist, String targethash, plasmaURLPattern blacklist,
plasmaSearchRankingProfile rankingProfile, plasmaSearchRankingProfile rankingProfile,
kelondroBitfield constraint, TreeMap clusterselection) { kelondroBitfield constraint, TreeMap<String, String> clusterselection) {
// check own peer status // check own peer status
if (yacyCore.seedDB.mySeed() == null || yacyCore.seedDB.mySeed().getPublicAddress() == null) { return null; } if (yacyCore.seedDB.mySeed() == null || yacyCore.seedDB.mySeed().getPublicAddress() == null) { return null; }

Loading…
Cancel
Save