* Made MetaNamingService the default naming service.

This commit is contained in:
ragnarok
2005-09-19 00:56:47 +00:00
committed by zzz
parent 1457b8efba
commit 40d8d1aac1
2 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@ public abstract class NamingService {
/** what classname should be used as the naming service impl? */
public static final String PROP_IMPL = "i2p.naming.impl";
private static final String DEFAULT_IMPL = "net.i2p.client.naming.HostsTxtNamingService";
private static final String DEFAULT_IMPL = "net.i2p.client.naming.MetaNamingService";
/**