1
0
Fork 0
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:
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.
* @return builder
*/
@Deprecated
public static EncryptionBuilder createEncryptor() {
return encryptAndOrSign();
}