mirror of https://github.com/apache/poi.git
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880875 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60303201dc
commit
afc3b15b6a
|
@ -119,7 +119,7 @@ public class RelationshipTransformService extends TransformService {
|
|||
public static synchronized void registerDsigProvider() {
|
||||
// the xml signature classes will try to find a special TransformerService,
|
||||
// which is of course unknown to JCE before ...
|
||||
if (Security.getProperty(POIXmlDsigProvider.NAME) == null) {
|
||||
if (Security.getProvider(POIXmlDsigProvider.NAME) == null) {
|
||||
Security.addProvider(new POIXmlDsigProvider());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue