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

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

Issue 29533581: Noissue - Remove JsEngine constructor for one special case (Closed) Base URL: github.com:abby-sergz/libadblockplus-android.git
Patch Set: Created Sept. 1, 2017, 9:56 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
« no previous file with comments | « libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdaterTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java
diff --git a/libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java b/libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java
index 0d03927c000b25d0d573597760fd9d69368d3259..f122c7142e2401d73202d99572058a087ccd728c 100644
--- a/libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java
+++ b/libadblockplus-android/src/org/adblockplus/libadblockplus/JsEngine.java
@@ -35,11 +35,6 @@ public final class JsEngine implements Disposable
this(ctor(appInfo, logSystem, webRequest, basePath));
}
- public JsEngine(final AppInfo appInfo, final WebRequest webRequest, final String basePath)
- {
- this(appInfo, null, webRequest, basePath);
- }
-
public JsEngine(final AppInfo appInfo)
{
this(appInfo, null, null, null);
« no previous file with comments | « libadblockplus-android-tests/src/org/adblockplus/libadblockplus/tests/UpdaterTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld