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

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

Issue 5698450620416000: Replaced the Disposer (Closed)
Patch Set: Review issues fixed Created April 30, 2014, 3:44 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 8a818df10a028877228050a555ce27f2f0a8cf41..02aef13a987bcf7f5f866902fa88016dce41fad9 100644
--- a/src/org/adblockplus/libadblockplus/FilterChangeCallback.java
+++ b/src/org/adblockplus/libadblockplus/FilterChangeCallback.java
@@ -17,9 +17,6 @@
package org.adblockplus.libadblockplus;
-import com.github.rjeschke.neetutils.dispose.Disposable;
-import com.github.rjeschke.neetutils.dispose.Disposer;
-
public abstract class FilterChangeCallback implements Disposable
{
private final Disposer disposer;
« no previous file with comments | « src/org/adblockplus/libadblockplus/EventCallback.java ('k') | src/org/adblockplus/libadblockplus/FilterEngine.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld