Skip to content

Commit

Permalink
Separate GwtTime and TZDB loader
Browse files Browse the repository at this point in the history
  • Loading branch information
foal committed Dec 10, 2020
1 parent f9c9d97 commit 16d171b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.time.ZoneId;

import org.jresearch.threetenbp.gwt.time.client.AbstractTest;
import org.jresearch.threetenbp.gwt.time.client.Support;
import org.jresearch.threetenbp.gwt.tzdb.client.zone.GwtTzdbZoneRuleProvider;
import org.junit.Test;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package org.jresearch.threetenbp.gwt.tzdb.client;

import org.gwtproject.typedarrays.shared.Uint8Array;
import org.jresearch.threetenbp.gwt.time.client.AbstractTest;
import org.jresearch.threetenbp.gwt.tzdb.client.TzdbJs;
import org.junit.Test;


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.jresearch.threetenbp.gwt.tzdb.client;

import org.jresearch.threetenbp.gwt.time.client.GwtTest;

import com.google.gwt.junit.tools.GWTTestSuite;

import junit.framework.Test;
Expand Down

0 comments on commit 16d171b

Please sign in to comment.