You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Berin Loritsch <bl...@apache.org> on 2001/09/17 21:42:36 UTC

Clean up AxisClassLoader API

The following diff is a small change to enforce the usage of the
expected AxisClassLoader.getClassLoader() method.

cvs -z3 diff -w AxisClassLoader.java (in directory C:\projects\xml-axis\java\src\org\apache\axis\utils\)
Index: AxisClassLoader.java
===================================================================
RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/AxisClassLoader.java,v
retrieving revision 1.12
diff -w -r1.12 AxisClassLoader.java
76c76,80
<     public AxisClassLoader() {
---
>     /**
>      * Private constructor to force the use of
>      * <code>AxisClassLoader.getClassLoader()</code>.
>      */
>     private AxisClassLoader() {