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: 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/AndroidUpdateCheckDoneCallback.java
diff --git a/src/org/adblockplus/android/AndroidUpdateCheckDoneCallback.java b/src/org/adblockplus/android/AndroidUpdateCheckDoneCallback.java
index c4bf3b91c39d9bc5b982f9e90e7f0fb922ac9c31..163f32e14a5eb8c5c970a8c74b4245591ceb69e5 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;;
René Jeschke 2016/07/26 13:14:44 Double colon here :-)
anton 2016/07/26 13:22:04 Acknowledged.
import android.content.Context;
import android.util.Log;

Powered by Google App Engine
This is Rietveld