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

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

Issue 29348632: Issue 4260 - Replace Apache Commons Lang classes (Closed)
Patch Set: full changeset including rene's comments Created July 26, 2016, 1:38 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/AppUtils.java
diff --git a/src/org/adblockplus/android/AppUtils.java b/src/org/adblockplus/android/AppUtils.java
index 4ba2ebfb82cfa2e4a1113c99210496afec3583b9..68638e32bf026c764a318f3bc1da15fc67d09244 100644
--- a/src/org/adblockplus/android/AppUtils.java
+++ b/src/org/adblockplus/android/AppUtils.java
@@ -23,7 +23,7 @@ import java.io.InputStreamReader;
import org.adblockplus.android.updater.UpdaterActivity;
import org.adblockplus.libadblockplus.JsValue;
import org.adblockplus.libadblockplus.Subscription;
-import org.apache.commons.lang.StringUtils;
+import org.adblockplus.android.StringUtils;
import android.app.Notification;
import android.app.NotificationManager;

Powered by Google App Engine
This is Rietveld