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

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

Issue 29524596: Issue 5556 - make C++ implementation of LogSystem manageable only by JsEngine (Closed) Base URL: github.com:abby-sergz/libadblockplus-android.git
Patch Set: rebase Created Aug. 24, 2017, 1:39 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: libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingLogSystem.java
diff --git a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingLogSystem.java b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingLogSystem.java
index 0572c40c885ec8da3ae81dcb2f4a74394b1b5227..a8e8fb290b2b94133bc78d3ee366931df14ea252 100644
--- a/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingLogSystem.java
+++ b/libadblockplus-android-tests/src/org/adblockplus/libadblockplus/ThrowingLogSystem.java
@@ -17,7 +17,7 @@
package org.adblockplus.libadblockplus;
-public class ThrowingLogSystem extends LogSystem
+public class ThrowingLogSystem implements LogSystem
{
@Override
public void logCallback(LogLevel level, String message, String source)

Powered by Google App Engine
This is Rietveld