From 8482338f2b7eadd316ea3c6db7a5ddaafb3e3092 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 12 Dec 2023 17:59:31 +0100 Subject: [PATCH] PGP undeprecate --- .../src/main/java/org/openintents/openpgp/util/OpenPgpApi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java b/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java index af2e17b167..2f7d079f79 100644 --- a/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java +++ b/openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java @@ -71,7 +71,7 @@ public class OpenPgpApi { */ public static final String ACTION_CHECK_PERMISSION = "org.openintents.openpgp.action.CHECK_PERMISSION"; - @Deprecated + //@Deprecated public static final String ACTION_SIGN = "org.openintents.openpgp.action.SIGN"; /**