Chromium Code Reviews| 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(); |
| /** |