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

Unified Diff: src/org/adblockplus/android/AdblockPlus.java

Issue 29348632: Issue 4260 - Replace Apache Commons Lang classes (Closed)
Patch Set: Created July 22, 2016, 5:58 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: src/org/adblockplus/android/AdblockPlus.java
diff --git a/src/org/adblockplus/android/AdblockPlus.java b/src/org/adblockplus/android/AdblockPlus.java
index 3506c7cb0545ecc2bce1be98312f1ae5cc6ffd6f..7b47c48ce99cfd1fa1a1b6075aecb1a74626559b 100755
--- a/src/org/adblockplus/android/AdblockPlus.java
+++ b/src/org/adblockplus/android/AdblockPlus.java
@@ -25,7 +25,7 @@ import java.util.List;
import java.util.regex.Pattern;
import org.adblockplus.libadblockplus.FilterEngine.ContentType;
-import org.apache.commons.lang.StringUtils;
+import org.adblockplus.android.StringUtils;
import android.app.ActivityManager;
import android.app.ActivityManager.RunningServiceInfo;

Powered by Google App Engine
This is Rietveld