forked from I2P_Developers/i2p.i2p
revert another change from when this branch had reseed changes
This commit is contained in:
@@ -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) )
|
||||
|
||||
Reference in New Issue
Block a user