mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-26 22:32:07 +01:00
Change constructor visibility of KeyAccessor
This commit is contained in:
parent
9ac0ee4043
commit
09ffd527b5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public abstract class KeyAccessor {
|
||||||
protected final KeyRingInfo info;
|
protected final KeyRingInfo info;
|
||||||
protected final SubkeyIdentifier key;
|
protected final SubkeyIdentifier key;
|
||||||
|
|
||||||
public KeyAccessor(KeyRingInfo info, SubkeyIdentifier key) {
|
KeyAccessor(KeyRingInfo info, SubkeyIdentifier key) {
|
||||||
this.info = info;
|
this.info = info;
|
||||||
this.key = key;
|
this.key = key;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue