aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-common/src/main
diff options
context:
space:
mode:
authorThomas <>2024-09-05 10:08:46 +0200
committerThomas <>2024-09-05 10:08:46 +0200
commit4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021 (patch)
tree8a17298ad061da44ab5fd7120adc7a00d1ee70b7 /pdf-as-common/src/main
parente8b4bcaddffef3bf937142d2fe06efd709632cee (diff)
downloadpdf-as-4-4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021.tar.gz
pdf-as-4-4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021.tar.bz2
pdf-as-4-4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021.zip
chore(core): update third-party libs
Diffstat (limited to 'pdf-as-common/src/main')
-rw-r--r--pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/settings/IProfileConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/settings/IProfileConstants.java b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/settings/IProfileConstants.java
index 5adf320f..95eaa8ea 100644
--- a/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/settings/IProfileConstants.java
+++ b/pdf-as-common/src/main/java/at/gv/egiz/pdfas/common/settings/IProfileConstants.java
@@ -92,7 +92,7 @@ public interface IProfileConstants {
public final static String SIGNFIELD_VALUE = "adobeSignFieldValue";
public final static String TIMEZONE_BASE = "timezone";
public final static String SIG_PDFA1B_VALID = "SIG_PDFA1B_VALID";
- public final static String SIG_PDF A_VALID = "SIG_PDFA_VALID";
+ public final static String SIG_PDFA_VALID = "SIG_PDFA_VALID";
public final static String SIG_PDFUA_FORCE = "SIG_PDFUA_FORCE";
public final static String SIG_NEWPAGE_FORCE = "SIGNED_NEWPAGE_FORCE";
public final static String LATIN1_ENCODING = "latin1_encoding";