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: 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
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;
« no previous file with comments | « src/org/adblockplus/libadblockplus/JniExceptionHandler.java ('k') | src/org/adblockplus/libadblockplus/JsValue.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld