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

Unified Diff: java/org/chromium/distiller/DomDistillerEntry.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
« no previous file with comments | « java/org/chromium/distiller/DomDistiller.java ('k') | java/org/chromium/distiller/DomUtil.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: java/org/chromium/distiller/DomDistillerEntry.java
diff --git a/java/org/chromium/distiller/DomDistillerEntry.java b/java/org/chromium/distiller/DomDistillerEntry.java
index 80f5b48ce5ce8aa14d963a4af6f4321b649f479d..5a5d6c19aef32a51556a75c0fe3f3c0a674562fe 100644
--- a/java/org/chromium/distiller/DomDistillerEntry.java
+++ b/java/org/chromium/distiller/DomDistillerEntry.java
@@ -13,6 +13,7 @@ public class DomDistillerEntry implements EntryPoint {
/**
* This is the entry point method.
*/
+ @Override
public void onModuleLoad() {
}
}
« no previous file with comments | « java/org/chromium/distiller/DomDistiller.java ('k') | java/org/chromium/distiller/DomUtil.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698