Unused imports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1079419 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2011-03-08 16:30:30 +00:00
parent ffb2308e76
commit efc7ed5eca
2 changed files with 0 additions and 4 deletions

View File

@ -16,8 +16,6 @@
*/
package org.apache.commons.lang3;
import java.util.Map;
/**
* Immutable concrete manifestation of the {@link Pair} type.
*

View File

@ -16,8 +16,6 @@
*/
package org.apache.commons.lang3;
import java.util.Map;
/**
* Mutable concrete manifestation of the {@link Pair} type.
*