diff options
| author | Thomas <> | 2024-09-05 10:08:46 +0200 |
|---|---|---|
| committer | Thomas <> | 2024-09-05 10:08:46 +0200 |
| commit | 4e0a3f73fa72ccc65e8ab77a97770ba1c33a6021 (patch) | |
| tree | 8a17298ad061da44ab5fd7120adc7a00d1ee70b7 /pdf-as-common/src/main | |
| parent | e8b4bcaddffef3bf937142d2fe06efd709632cee (diff) | |
| download | pdf-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.java | 2 |
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"; |
