Fix indentation

This commit is contained in:
Eran Stiller 2015-10-12 09:52:20 +03:00
parent 748460488a
commit e562b0ae34
2 changed files with 4 additions and 4 deletions

View File

@ -367,8 +367,8 @@ public class ApiInvoker {
String responseString = null;
if(code == 204) {
responseString = "";
return responseString;
}
return responseString;
}
else if(code >= 200 && code < 300) {
if(response.getEntity() != null) {
HttpEntity resEntity = response.getEntity();

View File

@ -367,8 +367,8 @@ public class ApiInvoker {
String responseString = null;
if(code == 204) {
responseString = "";
return responseString;
}
return responseString;
}
else if(code >= 200 && code < 300) {
if(response.getEntity() != null) {
HttpEntity resEntity = response.getEntity();