Author: gnodet
Date: Wed Sep 17 00:12:50 2008
New Revision: 696179

URL: http://svn.apache.org/viewvc?rev=696179&view=rev
Log:
Change access of a method in ClassLoaderXmlPreprocessor to allow overriding

Modified:
    
servicemix/components/shared-libraries/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/xbean/ClassLoaderXmlPreprocessor.java

Modified: 
servicemix/components/shared-libraries/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/xbean/ClassLoaderXmlPreprocessor.java
URL: 
http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/xbean/ClassLoaderXmlPreprocessor.java?rev=696179&r1=696178&r2=696179&view=diff
==============================================================================
--- 
servicemix/components/shared-libraries/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/xbean/ClassLoaderXmlPreprocessor.java
 (original)
+++ 
servicemix/components/shared-libraries/trunk/servicemix-common/src/main/java/org/apache/servicemix/common/xbean/ClassLoaderXmlPreprocessor.java
 Wed Sep 17 00:12:50 2008
@@ -251,7 +251,7 @@
         return classLoader;
     }
 
-    private ClassLoader getParentClassLoader(SpringApplicationContext 
applicationContext) {
+    protected ClassLoader getParentClassLoader(SpringApplicationContext 
applicationContext) {
         ClassLoader classLoader = applicationContext.getClassLoader();
         if (classLoader == null) {
             classLoader = Thread.currentThread().getContextClassLoader();


Reply via email to