Commit afe2925cc54a9b321101a5a4d5df070b08e2afb8
1 parent
1f9c76a2
update...
Showing
1 changed file
with
0 additions
and
2 deletions
src/main/java/com/bsth/data/directive/GatewayHttpUtils.java
| ... | ... | @@ -48,9 +48,7 @@ public class GatewayHttpUtils { |
| 48 | 48 | |
| 49 | 49 | int statusCode = response.getStatusLine().getStatusCode(); |
| 50 | 50 | if(statusCode != 200){ |
| 51 | - //post.abort(); | |
| 52 | 51 | logger.error("http client status code: " + statusCode); |
| 53 | - //return code; | |
| 54 | 52 | } |
| 55 | 53 | |
| 56 | 54 | JSONObject json = JSONObject.parseObject(EntityUtils.toString(response.getEntity())); | ... | ... |