From 4c4446a71f6f8a130e3ba2eccb82bafbb52f2033 Mon Sep 17 00:00:00 2001 From: Jungtaek Lim Date: Tue, 24 Jun 2014 09:23:19 +0900 Subject: [PATCH] Remove unused (by accident?) import --- .../clients/jedis/tests/commands/SortedSetCommandsTest.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/test/java/redis/clients/jedis/tests/commands/SortedSetCommandsTest.java b/src/test/java/redis/clients/jedis/tests/commands/SortedSetCommandsTest.java index 3b046a2..98b55e7 100644 --- a/src/test/java/redis/clients/jedis/tests/commands/SortedSetCommandsTest.java +++ b/src/test/java/redis/clients/jedis/tests/commands/SortedSetCommandsTest.java @@ -3,8 +3,6 @@ package redis.clients.jedis.tests.commands; import java.util.LinkedHashSet; import java.util.Set; -import javax.swing.text.html.MinimalHTMLWriter; - import org.junit.Test; import redis.clients.jedis.ScanParams; @@ -1047,4 +1045,4 @@ public class SortedSetCommandsTest extends JedisCommandTestBase { assertFalse(result.getResult().isEmpty()); } -} \ No newline at end of file +}