Organized imports

This commit is contained in:
Trustin Lee 2010-02-01 06:25:23 +00:00
parent 686ef795f9
commit 829114c37f
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ import static org.junit.Assert.*;
import java.io.InputStream;
import org.jboss.netty.handler.codec.serialization.SwitchableInputStream;
import org.junit.Test;

View File

@ -22,7 +22,6 @@ import java.util.Iterator;
import java.util.Map;
import java.util.Set;
import org.jboss.netty.util.MapBackedSet;
import org.junit.Test;