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/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new f80ff5bd7 WSS-718 Outdated JavaDoc comment in 
WSProviderConfig#addJceProvider (#437)
f80ff5bd7 is described below

commit f80ff5bd738224cd4cd0bf0ff8307caa88396984
Author: beth-soptim <46046993+beth-sop...@users.noreply.github.com>
AuthorDate: Mon Jan 27 16:11:41 2025 +0100

    WSS-718 Outdated JavaDoc comment in WSProviderConfig#addJceProvider (#437)
---
 .../java/org/apache/wss4j/common/crypto/WSProviderConfig.java     | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git 
a/ws-security-common/src/main/java/org/apache/wss4j/common/crypto/WSProviderConfig.java
 
b/ws-security-common/src/main/java/org/apache/wss4j/common/crypto/WSProviderConfig.java
index 7d66541e6..9afc378cf 100644
--- 
a/ws-security-common/src/main/java/org/apache/wss4j/common/crypto/WSProviderConfig.java
+++ 
b/ws-security-common/src/main/java/org/apache/wss4j/common/crypto/WSProviderConfig.java
@@ -197,9 +197,7 @@ public final class WSProviderConfig {
     /**
      * Add a new JCE security provider to use for WSS4J, of the specified name 
and class. Return
      * either the name of the previously loaded provider, the name of the new 
loaded provider, or
-     * null if there's an exception in loading the provider. Add the provider 
either after the SUN
-     * provider (see WSS-99), or the IBMJCE provider. Otherwise fall back to 
the old behaviour of
-     * inserting the provider in position 2.
+     * null if there's an exception in loading the provider.
      *
      * @param name
      *            The name string of the provider (this may not be the real 
name of the provider)
@@ -229,9 +227,7 @@ public final class WSProviderConfig {
     /**
      * Add a new JCE security provider to use for WSS4J, of the specified name 
and class. Return
      * either the name of the previously loaded provider, the name of the new 
loaded provider, or
-     * null if there's an exception in loading the provider. Add the provider 
either after the SUN
-     * provider (see WSS-99), or the IBMJCE provider. Otherwise fall back to 
the old behaviour of
-     * inserting the provider in position 2.
+     * null if there's an exception in loading the provider.
      *
      * @param name
      *            The name string of the provider (this may not be the real 
name of the provider)

Reply via email to