mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Forgot to deprecate encryptor method
This commit is contained in:
parent
cc1e4601e3
commit
fa2615b434
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ public class PGPainless {
|
|||
* @deprecated Use {@link #encryptAndOrSign()} instead.
|
||||
* @return builder
|
||||
*/
|
||||
@Deprecated
|
||||
public static EncryptionBuilder createEncryptor() {
|
||||
return encryptAndOrSign();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue