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

Unified Diff: src/org/adblockplus/android/AdvancedPreferences.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/AdvancedPreferences.java
diff --git a/src/org/adblockplus/android/AdvancedPreferences.java b/src/org/adblockplus/android/AdvancedPreferences.java
index a8b09d04808a1973e78e1a9cd425529cc80da4fa..4589f476f8afb5f50e360b99dc7571a31707290d 100644
--- a/src/org/adblockplus/android/AdvancedPreferences.java
+++ b/src/org/adblockplus/android/AdvancedPreferences.java
@@ -22,7 +22,7 @@ import java.util.List;
import org.adblockplus.android.compat.ProxyProperties;
import org.adblockplus.android.configurators.IptablesProxyConfigurator;
-import org.apache.commons.lang.StringUtils;
+import org.adblockplus.android.StringUtils;
import android.app.AlertDialog;
import android.app.Dialog;

Powered by Google App Engine
This is Rietveld