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

Unified Diff: src/org/adblockplus/brazil/RequestHandler.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/brazil/RequestHandler.java
diff --git a/src/org/adblockplus/brazil/RequestHandler.java b/src/org/adblockplus/brazil/RequestHandler.java
index f3d8ae3775bae9284afce30a89e34167559a1458..67520880a9d2e7408c9f5fcf6ef92672504bc05f 100644
--- a/src/org/adblockplus/brazil/RequestHandler.java
+++ b/src/org/adblockplus/brazil/RequestHandler.java
@@ -37,7 +37,7 @@ import java.util.zip.InflaterInputStream;
import org.adblockplus.ChunkedOutputStream;
import org.adblockplus.android.AdblockPlus;
-import org.apache.commons.lang.StringUtils;
+import org.adblockplus.android.StringUtils;
import org.literateprograms.BoyerMoore;
import sunlabs.brazil.server.Request;
« src/org/adblockplus/android/StringUtils.java ('K') | « src/org/adblockplus/android/StringUtils.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld