aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2018-12-28 04:41:33 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2018-12-28 04:41:33 +0000
commit4b11b375e8b01600edba55b1d296a43f512ad08a (patch)
tree2a56a5b9d6f64bff52170b1f7bb2826178eb0781
parent8dae0688daad08a789e9357c8245c4a20ef2b212 (diff)
downloadjackcess-4b11b375e8b01600edba55b1d296a43f512ad08a.tar.gz
jackcess-4b11b375e8b01600edba55b1d296a43f512ad08a.zip
cleanup
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1255 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--src/test/java/com/healthmarketscience/jackcess/LocalDateTimeTest.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/test/java/com/healthmarketscience/jackcess/LocalDateTimeTest.java b/src/test/java/com/healthmarketscience/jackcess/LocalDateTimeTest.java
index 0760b95..1eb11db 100644
--- a/src/test/java/com/healthmarketscience/jackcess/LocalDateTimeTest.java
+++ b/src/test/java/com/healthmarketscience/jackcess/LocalDateTimeTest.java
@@ -16,10 +16,6 @@ limitations under the License.
package com.healthmarketscience.jackcess;
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.math.BigDecimal;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.time.Instant;
@@ -28,26 +24,15 @@ import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.time.format.DateTimeFormatter;
-import java.time.temporal.TemporalAccessor;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Date;
-import java.util.HashSet;
-import java.util.LinkedHashMap;
import java.util.List;
-import java.util.Map;
-import java.util.Set;
import java.util.TimeZone;
-import java.util.TreeSet;
-import java.util.UUID;
import com.healthmarketscience.jackcess.impl.ColumnImpl;
import com.healthmarketscience.jackcess.impl.DatabaseImpl;
-import com.healthmarketscience.jackcess.impl.RowIdImpl;
-import com.healthmarketscience.jackcess.impl.RowImpl;
-import com.healthmarketscience.jackcess.impl.TableImpl;
-import com.healthmarketscience.jackcess.util.LinkResolver;
import junit.framework.TestCase;
import static com.healthmarketscience.jackcess.TestUtil.*;
import static com.healthmarketscience.jackcess.impl.JetFormatTest.*;