1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-17 00:54:50 +02:00

Forgot to deprecate encryptor method

This commit is contained in:
Paul Schaub 2020-11-29 15:35:34 +01:00
parent cc1e4601e3
commit fa2615b434
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -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();
} }