mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-10 18:59:39 +02: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);
|
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);
|
WithPrimaryUserId withPrimaryKey(@Nonnull KeySpec keySpec);
|
||||||
|
|
||||||
interface WithPrimaryUserId {
|
interface WithPrimaryUserId {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue