]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorPJ Fanning <fanningpj@apache.org>
Thu, 23 Sep 2021 17:11:33 +0000 (17:11 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 23 Sep 2021 17:11:33 +0000 (17:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893571 13f79535-47bb-0310-9956-ffa450edef68

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

index 98cb1933a301d3c75f9a59818e424fffc57b4083..47a5350fd32b3bb4a840bd3cc4d07b66247f1e8f 100644 (file)
@@ -68,7 +68,7 @@ import org.apache.xml.security.signature.XMLSignature;
 /**
  * This class bundles the configuration options used for the existing
  * signature facets.
- * Apart of the thread local members (e.g. opc-package) most values will probably be constant, so
+ * Apart from the thread local members (e.g. opc-package) most values will probably be constant, so
  * it might be configured centrally (e.g. by spring)
  */
 @SuppressWarnings({"unused","WeakerAccess"})