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

Unified Diff: src/org/adblockplus/libadblockplus/FilterChangeCallback.java

Issue 5697499218051072: Usage of new API, cleanups (reduced) (Closed)
Patch Set: Created April 11, 2014, 1:31 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: src/org/adblockplus/libadblockplus/FilterChangeCallback.java
diff --git a/src/org/adblockplus/libadblockplus/FilterChangeCallback.java b/src/org/adblockplus/libadblockplus/FilterChangeCallback.java
index ea2e4494250f992055104459b9216080b3327ae0..8a818df10a028877228050a555ce27f2f0a8cf41 100644
--- a/src/org/adblockplus/libadblockplus/FilterChangeCallback.java
+++ b/src/org/adblockplus/libadblockplus/FilterChangeCallback.java
@@ -37,7 +37,7 @@ public abstract class FilterChangeCallback implements Disposable
this.disposer = new Disposer(this, new DisposeWrapper(this.ptr));
}
- public abstract void filterChangeCallback(String arg, JsValue jsValue);
+ public abstract void filterChangeCallback(String action, JsValue jsValue);
@Override
public void dispose()

Powered by Google App Engine
This is Rietveld