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: Even more review issues fixed. Created April 28, 2014, 10:18 a.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
« no previous file with comments | « src/org/adblockplus/libadblockplus/Filter.java ('k') | src/org/adblockplus/libadblockplus/HeaderEntry.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « src/org/adblockplus/libadblockplus/Filter.java ('k') | src/org/adblockplus/libadblockplus/HeaderEntry.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld