Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/JsTest.java

Issue 29555724: Issue 5772 - Remove unused imports (Closed)
Patch Set: Created Sept. 25, 2017, 1:21 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/JsTest.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/JsTest.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/JsTest.java
index 517e655920722abd32012b579264be769916805c..c5d83922667869d591ae3f09aa431dec66c41171 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/JsTest.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/JsTest.java
@@ -22,9 +22,6 @@ import org.adblockplus.libadblockplus.JsValue;
import org.junit.Test;
-import java.util.ArrayList;
-import java.util.List;
-
public class JsTest extends BaseJsEngineTest
{
@Test

Powered by Google App Engine
This is Rietveld