]> source.dussan.org Git - poi.git/commitdiff
standardise on poi 5.2.1
authorPJ Fanning <fanningpj@apache.org>
Tue, 22 Feb 2022 11:21:00 +0000 (11:21 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 22 Feb 2022 11:21:00 +0000 (11:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898316 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignatureConfig.java

index 08052415288be8c85e8db8fbb6c459e1f69c2809..b7ce3c014f16a2c50470e09fbffeee5b07e1a851 100644 (file)
@@ -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;