forked from I2P_Developers/i2p.i2p
Data: make getKeysAndCert() public
This commit is contained in:
@@ -113,7 +113,7 @@ public class RouterInfo extends DatabaseEntry {
|
||||
return _published;
|
||||
}
|
||||
|
||||
protected KeysAndCert getKeysAndCert() {
|
||||
public KeysAndCert getKeysAndCert() {
|
||||
return _identity;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user