Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: javatests/org/chromium/distiller/webdocument/WebTextTest.java

Issue 1725243002: Fix some warnings in Eclipse (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: address comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: javatests/org/chromium/distiller/webdocument/WebTextTest.java
diff --git a/javatests/org/chromium/distiller/webdocument/WebTextTest.java b/javatests/org/chromium/distiller/webdocument/WebTextTest.java
index d0b7f6c24a8cd11d7c0e7b6a12961bed72120665..52d804b1a47d2183c747943bb05a4787bc529cf8 100644
--- a/javatests/org/chromium/distiller/webdocument/WebTextTest.java
+++ b/javatests/org/chromium/distiller/webdocument/WebTextTest.java
@@ -11,8 +11,6 @@ import com.google.gwt.dom.client.Document;
import com.google.gwt.dom.client.Element;
import com.google.gwt.dom.client.Text;
-import java.util.List;
-
public class WebTextTest extends DomDistillerJsTestCase {
public void testGenerateOutputMultipleContentNodes() {
Element container = Document.get().createDivElement();

Powered by Google App Engine
This is Rietveld 408576698