Final Commit

This commit is contained in:
egmp777 2014-05-23 13:32:53 -05:00
parent db6c43e65f
commit 1c56b98059
1 changed files with 0 additions and 1 deletions

View File

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