Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/engine/EngineService.java

Issue 29453623: Noissue - Project cleanup (Closed)
Patch Set: Created June 1, 2017, 1:45 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/engine/EngineService.java
===================================================================
--- a/adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/engine/EngineService.java
+++ b/adblockplussbrowser/src/org/adblockplus/sbrowser/contentblocker/engine/EngineService.java
@@ -166,17 +166,17 @@ public final class EngineService extends
{
Log.e(TAG, "Notifier died: " + t.getMessage(), t);
}
}
}
public interface OnEngineCreatedCallback
{
- public void onEngineCreated(Engine engine, boolean success);
+ void onEngineCreated(Engine engine, boolean success);
}
private static class EngineCreatedCallbackWrapper
{
final OnEngineCreatedCallback callback;
final boolean runOnUiThread;
public EngineCreatedCallbackWrapper(final OnEngineCreatedCallback callback,

Powered by Google App Engine
This is Rietveld