You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2021/08/30 06:34:36 UTC

[santuario-xml-security-java] branch master updated: Removing some problematic language

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/master by this push:
     new d742549  Removing some problematic language
d742549 is described below

commit d742549c6125339cf54f2839b6891fe5a93c5f92
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Aug 30 07:34:21 2021 +0100

    Removing some problematic language
---
 src/main/java/org/apache/xml/security/encryption/XMLCipher.java        | 1 -
 src/main/java/org/apache/xml/security/signature/XMLSignatureInput.java | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/xml/security/encryption/XMLCipher.java b/src/main/java/org/apache/xml/security/encryption/XMLCipher.java
index 6014b10..1b77490 100644
--- a/src/main/java/org/apache/xml/security/encryption/XMLCipher.java
+++ b/src/main/java/org/apache/xml/security/encryption/XMLCipher.java
@@ -635,7 +635,6 @@ public class XMLCipher {
      * @throws XMLEncryptionException
      */
     public void init(int opmode, Key key) throws XMLEncryptionException {
-        // sanity checks
         LOG.debug("Initializing XMLCipher...");
 
         ek = null;
diff --git a/src/main/java/org/apache/xml/security/signature/XMLSignatureInput.java b/src/main/java/org/apache/xml/security/signature/XMLSignatureInput.java
index 6a2ab57..ddffcaf 100644
--- a/src/main/java/org/apache/xml/security/signature/XMLSignatureInput.java
+++ b/src/main/java/org/apache/xml/security/signature/XMLSignatureInput.java
@@ -136,7 +136,7 @@ public class XMLSignatureInput {
 
     /**
      * Construct a XMLSignatureInput from a subtree rooted by rootNode. This
-     * method included the node and <I>all</I> his descendants in the output.
+     * method included the node and <I>all</I> its descendants in the output.
      *
      * @param rootNode
      */