Remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@745047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-02-17 13:32:39 +00:00
parent 653b3779dd
commit 8f0040c149
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
*/
package org.apache.commons.collections.keyvalue;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.Serializable;
import java.util.Arrays;