The import java.util.Date was never used.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@583609 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2007-10-10 20:39:43 +00:00
parent 16d4476068
commit 40a9d523a9
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@
import java.lang.reflect.Constructor;
import java.lang.reflect.Modifier;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;