Skip to content

Commit

Permalink
[FAB-5511] fixed , Unnecessary code
Browse files Browse the repository at this point in the history
Change-Id: I79a1506bd27e224d08c9138d95f06a1d7349ff10
Signed-off-by: liuwenliang0632@qq.com <liuwenliang0632@qq.com>
  • Loading branch information
liuwenliang0632 committed Jul 28, 2017
1 parent 6878f89 commit 1ddffdf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ public void setup() {
// Getting foo channels current configuration bytes.
final byte[] channelConfigurationBytes = fooChannel.getChannelConfigurationBytes();

HttpClients.createDefault();

HttpClient httpclient = HttpClients.createDefault();
HttpPost httppost = new HttpPost("http://localhost:7059/protolator/decode/common.Config");
httppost.setEntity(new ByteArrayEntity(channelConfigurationBytes));
Expand Down

0 comments on commit 1ddffdf

Please sign in to comment.