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

Unified Diff: javatests/org/chromium/distiller/TestTextDocumentBuilder.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/TestTextDocumentBuilder.java
diff --git a/javatests/org/chromium/distiller/TestTextDocumentBuilder.java b/javatests/org/chromium/distiller/TestTextDocumentBuilder.java
index bc325480aa2341748dba0004d88ad39410307b07..09110c0ee91190f46d4e49fb76ca93d6558b6c21 100644
--- a/javatests/org/chromium/distiller/TestTextDocumentBuilder.java
+++ b/javatests/org/chromium/distiller/TestTextDocumentBuilder.java
@@ -22,13 +22,10 @@ public class TestTextDocumentBuilder {
private ArrayList<TextBlock> textBlocks;
private ArrayList<WebElement> elements;
private TestWebTextBuilder webTextBuilder;
- private int textBlockIndex;
-
public TestTextDocumentBuilder() {
textBlocks = new ArrayList<>();
elements = new ArrayList<>();
webTextBuilder = new TestWebTextBuilder();
- textBlockIndex = 0;
}
private TextBlock addBlock(String text, String... labels) {
« no previous file with comments | « javatests/org/chromium/distiller/StringUtilTest.java ('k') | javatests/org/chromium/distiller/webdocument/WebTableTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698