"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:
parent
91b9a3de99
commit
560bde10c7
|
@ -18,9 +18,6 @@
|
|||
*******************************************************************************/
|
||||
package org.apache.commons.lang3;
|
||||
|
||||
import java.lang.IllegalArgumentException;
|
||||
import java.lang.Long;
|
||||
|
||||
|
||||
/**
|
||||
* <p>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue