[jboss-remoting-commits] JBoss Remoting SVN: r3479 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/preferredstream.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Feb 22 04:50:40 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-02-22 04:50:40 -0500 (Fri, 22 Feb 2008)
New Revision: 3479

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/preferredstream/TestUnMarshaller.java
Log:
JBREM-900: Eliminated direct reference to customClassLoader.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/preferredstream/TestUnMarshaller.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/preferredstream/TestUnMarshaller.java	2008-02-22 09:50:07 UTC (rev 3478)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/preferredstream/TestUnMarshaller.java	2008-02-22 09:50:40 UTC (rev 3479)
@@ -51,7 +51,7 @@
    public UnMarshaller cloneUnMarshaller() throws CloneNotSupportedException
    {
       SerializableUnMarshaller unmarshaller = new TestUnMarshaller();
-      unmarshaller.setClassLoader(customClassLoader);
+      unmarshaller.setClassLoader(getClassLoader());
       return unmarshaller;
    }
 }




More information about the jboss-remoting-commits mailing list