Final Commit

This commit is contained in:
egmp777 2014-05-23 13:32:53 -05:00
parent db6c43e65f
commit 1c56b98059

View File

@ -170,7 +170,6 @@ public class HttpClientMultipartTest {
while ((body = rd.readLine()) != null) { while ((body = rd.readLine()) != null) {
content += body + "\n"; content += body + "\n";
} }
rd.close();
return content.trim(); return content.trim();
} }