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

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

Issue 5697499218051072: Usage of new API, cleanups (reduced) (Closed)
Patch Set: Removed newly added neetutils code Created April 25, 2014, 9:31 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
Index: src/org/adblockplus/libadblockplus/JsEngine.java
diff --git a/src/org/adblockplus/libadblockplus/JsEngine.java b/src/org/adblockplus/libadblockplus/JsEngine.java
index af806880cb0872faae1c0f92cb296b6840816243..e3e1056fd81885e9a0e4c1fe49b81a571f94829a 100644
--- a/src/org/adblockplus/libadblockplus/JsEngine.java
+++ b/src/org/adblockplus/libadblockplus/JsEngine.java
@@ -22,7 +22,7 @@ import java.util.List;
import com.github.rjeschke.neetutils.dispose.Disposable;
import com.github.rjeschke.neetutils.dispose.Disposer;
-public class JsEngine implements Disposable
+public final class JsEngine implements Disposable
{
private final Disposer disposer;
protected final long ptr;

Powered by Google App Engine
This is Rietveld