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

Unified Diff: src/org/adblockplus/android/AndroidUpdateCheckDoneCallback.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/AndroidUpdateCheckDoneCallback.java
diff --git a/src/org/adblockplus/android/AndroidUpdateCheckDoneCallback.java b/src/org/adblockplus/android/AndroidUpdateCheckDoneCallback.java
index c4bf3b91c39d9bc5b982f9e90e7f0fb922ac9c31..c70048345baa18be22306a06f0d9aaaf29a597f5 100644
--- a/src/org/adblockplus/android/AndroidUpdateCheckDoneCallback.java
+++ b/src/org/adblockplus/android/AndroidUpdateCheckDoneCallback.java
@@ -18,7 +18,7 @@
package org.adblockplus.android;
import org.adblockplus.libadblockplus.UpdateCheckDoneCallback;
-import org.apache.commons.lang.StringUtils;
+import org.adblockplus.android.StringUtils;
import android.content.Context;
import android.util.Log;

Powered by Google App Engine
This is Rietveld