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:
Bosanac Dejan 2008-10-03 09:26:27 +00:00
parent 5d9351846c
commit 1c42716ecb
1 changed files with 0 additions and 1 deletions

View File

@ -190,7 +190,6 @@ public class JmsFrameTranslator extends LegacyFrameTranslator implements
}
if (xstream == null) {
System.out.println("is null");
xstream = new XStream();
}
return xstream;