fixed stange compile error when using m2

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@399262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-05-03 11:26:28 +00:00
parent 2faad432f3
commit 15db51ea74
1 changed files with 5 additions and 2 deletions

View File

@ -16,16 +16,19 @@
*/
package org.apache.activemq.transport.xstream;
import java.io.IOException;
import org.apache.activeio.command.WireFormat;
import org.apache.activemq.command.Command;
import org.apache.activemq.command.MessageTest;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import java.io.IOException;
/**
* @version $Revision$
*/
public class XStreamWireFormatTest extends MessageTest {
private static final Log log = LogFactory.getLog(XStreamWireFormatTest.class);
public void assertBeanMarshalls(Object original) throws IOException {
super.assertBeanMarshalls(original);