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

Unified Diff: java/org/chromium/distiller/PageParameterDetector.java

Issue 1725243002: Fix some warnings in Eclipse (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: rebase Created 4 years, 10 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: java/org/chromium/distiller/PageParameterDetector.java
diff --git a/java/org/chromium/distiller/PageParameterDetector.java b/java/org/chromium/distiller/PageParameterDetector.java
index 642ff355f36953b72f500d53f5967bd872f6fb0c..77bce6b96118a6db260f2c6e5a0013942a22c225 100644
--- a/java/org/chromium/distiller/PageParameterDetector.java
+++ b/java/org/chromium/distiller/PageParameterDetector.java
@@ -8,7 +8,6 @@ import com.google.gwt.regexp.shared.MatchResult;
import com.google.gwt.regexp.shared.RegExp;
import java.util.ArrayList;
-import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
@@ -64,6 +63,7 @@ public class PageParameterDetector {
/**
* Returns the string of the URL page pattern.
*/
+ @Override
mdjones 2016/02/24 22:24:35 I would have thought this would be applied to the
wychen 2016/05/10 22:26:37 You are right. Done.
String toString();
/**

Powered by Google App Engine
This is Rietveld 408576698