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

Unified Diff: src/com/dom_distiller/client/DomDistillerEntry.java

Issue 762563003: Roll gwt to 2.7.0 (from 2.5.1) (Closed) Base URL: https://code.google.com/p/dom-distiller/@master
Patch Set: rebase Created 6 years 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 | « src/com/dom_distiller/client/DomDistiller.java ('k') | test/com/dom_distiller/DomDistillerJUnit.gwt.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/com/dom_distiller/client/DomDistillerEntry.java
diff --git a/src/com/dom_distiller/client/DomDistillerEntry.java b/src/com/dom_distiller/client/DomDistillerEntry.java
index 5825d9ee591edd782ecb046d5c8c73eb1f34f029..f5592d8286820cbb9b9965e49bf88c323348c037 100644
--- a/src/com/dom_distiller/client/DomDistillerEntry.java
+++ b/src/com/dom_distiller/client/DomDistillerEntry.java
@@ -6,8 +6,6 @@ package com.dom_distiller.client;
import com.google.gwt.core.client.EntryPoint;
-import org.timepedia.exporter.client.ExporterUtil;
-
/**
* Entry point classes define <code>onModuleLoad()</code>.
*/
@@ -16,6 +14,5 @@ public class DomDistillerEntry implements EntryPoint {
* This is the entry point method.
*/
public void onModuleLoad() {
- ExporterUtil.exportAll();
}
}
« no previous file with comments | « src/com/dom_distiller/client/DomDistiller.java ('k') | test/com/dom_distiller/DomDistillerJUnit.gwt.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698