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
1 changed files with 1 additions and 0 deletions

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