From 55b7a9758e0b182bd7f76f3c23c6d4cb0518bcc6 Mon Sep 17 00:00:00 2001 From: kot Date: Thu, 10 Dec 2020 18:32:10 +0100 Subject: [PATCH] Separate GwtTime and TZDB loader --- .../test/super/java/time/format/CharLiteralPrinterParsers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/test/super/java/time/format/CharLiteralPrinterParsers.java b/test/src/test/super/java/time/format/CharLiteralPrinterParsers.java index 7b129c3aa..2934e658c 100644 --- a/test/src/test/super/java/time/format/CharLiteralPrinterParsers.java +++ b/test/src/test/super/java/time/format/CharLiteralPrinterParsers.java @@ -4,7 +4,7 @@ import java.time.format.DateTimeFormatterBuilder.DateTimePrinterParser; import org.jresearch.threetenbp.gwt.test.client.format.wrap.DateTimeParseContextTestWrapper; -import org.jresearch.threetenbp.gwt.client.format.wrap.DateTimePrintContextTestWrapper; +import org.jresearch.threetenbp.gwt.test.client.format.wrap.DateTimePrintContextTestWrapper; public class CharLiteralPrinterParsers {