revert another change from when this branch had reseed changes

This commit is contained in:
zzz
2009-08-09 15:34:26 +00:00
parent ccd67d658d
commit 4e844187f7

View File

@@ -5,7 +5,7 @@ import java.util.List;
import net.i2p.data.Hash;
import net.i2p.router.RouterContext;
public class ContextHelper {
class ContextHelper {
public static RouterContext getContext(String contextId) {
List contexts = RouterContext.listContexts();
if ( (contexts == null) || (contexts.size() <= 0) )