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

Unified Diff: src/org/adblockplus/android/Preferences.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/Preferences.java
diff --git a/src/org/adblockplus/android/Preferences.java b/src/org/adblockplus/android/Preferences.java
index b7342803cd0852c6428f22aea7c5358aed95efd0..ff3b837ece73085669fed40ef94dca1aeb5eaa79 100755
--- a/src/org/adblockplus/android/Preferences.java
+++ b/src/org/adblockplus/android/Preferences.java
@@ -23,7 +23,7 @@ import java.io.OutputStream;
import java.util.Calendar;
import java.util.Date;
-import org.apache.commons.lang.StringUtils;
+import org.adblockplus.android.StringUtils;
import org.jraf.android.backport.switchwidget.SwitchPreference;
import android.app.AlertDialog;

Powered by Google App Engine
This is Rietveld