mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-23 04:42:06 +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.
|
* @deprecated Use {@link #encryptAndOrSign()} instead.
|
||||||
* @return builder
|
* @return builder
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public static EncryptionBuilder createEncryptor() {
|
public static EncryptionBuilder createEncryptor() {
|
||||||
return encryptAndOrSign();
|
return encryptAndOrSign();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue