update StringUtils to apache lang3 #314

master
yihua.huang 2016-05-24 13:33:17 +08:00
parent 3e33959b7a
commit 448e528140
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package us.codecraft.webmagic.downloader;
import com.google.common.collect.Sets;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.http.HttpHost;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;