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

Unified Diff: src/org/adblockplus/libadblockplus/EventCallback.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/EventCallback.java
diff --git a/src/org/adblockplus/libadblockplus/EventCallback.java b/src/org/adblockplus/libadblockplus/EventCallback.java
index 8f550324348e48baffd17f0287aa70b0571d2de9..ffe4bb6ade9d5b7a99488ebf97a82dbd6e3693f4 100644
--- a/src/org/adblockplus/libadblockplus/EventCallback.java
+++ b/src/org/adblockplus/libadblockplus/EventCallback.java
@@ -19,9 +19,6 @@ package org.adblockplus.libadblockplus;
import java.util.List;
-import com.github.rjeschke.neetutils.dispose.Disposable;
-import com.github.rjeschke.neetutils.dispose.Disposer;
-
public abstract class EventCallback implements Disposable
{
private final Disposer disposer;
« no previous file with comments | « src/org/adblockplus/libadblockplus/Disposer.java ('k') | src/org/adblockplus/libadblockplus/FilterChangeCallback.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld