antelder 2003/01/21 00:46:22
Modified: java/src/org/apache/wsif/util WSIFUtils.java
Log:
Bugzilla 16271 - initializeProviders method should be public
Revision Changes Path
1.28 +1 -1 xml-axis-wsif/java/src/org/apache/wsif/util/WSIFUtils.java
Index: WSIFUtils.java
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/src/org/apache/wsif/util/WSIFUtils.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- WSIFUtils.java 2 Jan 2003 10:39:40 -0000 1.27
+++ WSIFUtils.java 21 Jan 2003 08:46:22 -0000 1.28
@@ -684,7 +684,7 @@
* been turned off on WSIFServiceImpl ... in that case it is the
* responsibility of the application to initialize providers.
*/
- private static void initializeProviders() {
+ public static void initializeProviders() {
synchronized (providersInitialized) {
if (!providersInitialized.booleanValue()) {
WSIFPluggableProviders.getProvider("/");