more misc. findbugs

This commit is contained in:
zzz
2011-07-08 18:05:28 +00:00
parent 44f4e551b7
commit 56650ebfb4
6 changed files with 5 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ public class I2PSocketEepGet extends EepGet {
protected String getRequest() throws IOException {
StringBuilder buf = new StringBuilder(2048);
URL url = new URL(_actualURL);
String host = url.getHost();
//String host = url.getHost();
String path = url.getPath();
String query = url.getQuery();
if (query != null)