git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893571 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-09-23 17:11:33 +00:00
parent ac63a736f3
commit af9364710b
1 changed files with 1 additions and 1 deletions

View 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"})