mirror of https://github.com/apache/activemq.git
Fix for AMQ-1963
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@701333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d9351846c
commit
1c42716ecb
|
@ -190,7 +190,6 @@ public class JmsFrameTranslator extends LegacyFrameTranslator implements
|
|||
}
|
||||
|
||||
if (xstream == null) {
|
||||
System.out.println("is null");
|
||||
xstream = new XStream();
|
||||
}
|
||||
return xstream;
|
||||
|
|
Loading…
Reference in New Issue