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

Unified Diff: src/org/adblockplus/libadblockplus/JsValue.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
« no previous file with comments | « src/org/adblockplus/libadblockplus/JsEngine.java ('k') | src/org/adblockplus/libadblockplus/LogSystem.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/org/adblockplus/libadblockplus/JsValue.java
diff --git a/src/org/adblockplus/libadblockplus/JsValue.java b/src/org/adblockplus/libadblockplus/JsValue.java
index f3dd4eafe5ba5f6fc34e885f6c5fe3c425ba37b4..60e9d895a3cdbc48de26f6076e8458072654972e 100644
--- a/src/org/adblockplus/libadblockplus/JsValue.java
+++ b/src/org/adblockplus/libadblockplus/JsValue.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 class JsValue implements Disposable
{
private final Disposer disposer;
« no previous file with comments | « src/org/adblockplus/libadblockplus/JsEngine.java ('k') | src/org/adblockplus/libadblockplus/LogSystem.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld