"import java.lang.*" is always implicit.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1391246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joerg Schaible 2012-09-27 22:35:09 +00:00
parent 91b9a3de99
commit 560bde10c7
2 changed files with 0 additions and 5 deletions

View File

@ -18,9 +18,6 @@
*******************************************************************************/
package org.apache.commons.lang3;
import java.lang.IllegalArgumentException;
import java.lang.Long;
/**
* <p>

View File

@ -22,8 +22,6 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.fail;
import java.lang.Throwable;
import org.junit.Test;