Author: ron.sigal(a)jboss.com
Date: 2008-02-22 04:39:54 -0500 (Fri, 22 Feb 2008)
New Revision: 3474
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java
Log:
JBREM-900: Eliminated direct reference to customClassLoader.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java 2008-02-22
09:37:57 UTC (rev 3473)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/marshal/http/HTTPUnMarshaller.java 2008-02-22
09:39:54 UTC (rev 3474)
@@ -197,7 +197,7 @@
public UnMarshaller cloneUnMarshaller() throws CloneNotSupportedException
{
HTTPUnMarshaller unmarshaller = new HTTPUnMarshaller();
- unmarshaller.setClassLoader(this.customClassLoader);
+ unmarshaller.setClassLoader(getClassLoader());
return unmarshaller;
}
Show replies by date