diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-02-22 11:21:00 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-02-22 11:21:00 +0000 |
commit | 27cd76fe539c14ee30ee7528e585edf8c657d684 (patch) | |
tree | b2f7b27bdb55e2c2457c4923bbb0b4c9e525bd55 | |
parent | 9d2da7453c7c2395c8099ee6060652543abec916 (diff) | |
download | poi-27cd76fe539c14ee30ee7528e585edf8c657d684.tar.gz poi-27cd76fe539c14ee30ee7528e585edf8c657d684.zip |
standardise on poi 5.2.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898316 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java index 0805241528..b7ce3c014f 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java +++ b/poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java @@ -264,7 +264,7 @@ public class SignatureConfig { * Swtich to enable/disable automatic CRL download - by default the download is with all https hostname * and certificate verifications disabled. * - * @since POI 5.3.0 + * @since POI 5.2.1 */ private boolean allowCRLDownload = false; @@ -631,7 +631,7 @@ public class SignatureConfig { /** * @return the http client used for timestamp server connections * - * @since POI 5.3.0 + * @since POI 5.2.1 */ public TimeStampHttpClient getTspHttpClient() { return tspHttpClient; @@ -640,7 +640,7 @@ public class SignatureConfig { /** * @param tspHttpClient the http client used for timestamp server connections * - * @since POI 5.3.0 + * @since POI 5.2.1 */ public void setTspHttpClient(TimeStampHttpClient tspHttpClient) { this.tspHttpClient = tspHttpClient; |