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 @@ private static void initializeResourceBundles() { /** * 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 static String addJceProvider(String name, String className) { /** * 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)