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

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: 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/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() {
}
}

Powered by Google App Engine
This is Rietveld 408576698