Data: make getKeysAndCert() public

This commit is contained in:
zzz
2014-11-08 17:53:55 +00:00
parent 1c6d5ad2db
commit 5f1e5bc271
3 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ public class RouterInfo extends DatabaseEntry {
return _published;
}
protected KeysAndCert getKeysAndCert() {
public KeysAndCert getKeysAndCert() {
return _identity;
}