mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 12:52:07 +01:00
Remove deprecated method withMasterKey from KeyRingBuilderInterface
This commit is contained in:
parent
19ec715461
commit
ccdcd49c58
1 changed files with 0 additions and 12 deletions
|
@ -29,18 +29,6 @@ public interface KeyRingBuilderInterface {
|
|||
|
||||
KeyRingBuilderInterface withSubKey(@Nonnull KeySpec keySpec);
|
||||
|
||||
/**
|
||||
* Define the primary key spec.
|
||||
*
|
||||
* @deprecated use {@link #withPrimaryKey(KeySpec)} instead.
|
||||
* @param keySpec key spec
|
||||
* @return builder step
|
||||
*/
|
||||
@Deprecated
|
||||
default WithPrimaryUserId withMasterKey(@Nonnull KeySpec keySpec) {
|
||||
return withPrimaryKey(keySpec);
|
||||
}
|
||||
|
||||
WithPrimaryUserId withPrimaryKey(@Nonnull KeySpec keySpec);
|
||||
|
||||
interface WithPrimaryUserId {
|
||||
|
|
Loading…
Reference in a new issue