HDDS-1352. Remove unused call in TestStorageContainerManagerHttpServer.

Signed-off-by: Nanda kumar <nanda@apache.org>
This commit is contained in:
Shweta Yakkali 2019-03-29 17:26:48 +05:30 committed by Nanda kumar
parent f41f938b2e
commit 82769ba1b8
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ public class TestStorageContainerManagerHttpServer {
conf.set(ScmConfigKeys.OZONE_SCM_HTTP_ADDRESS_KEY, "localhost:0");
conf.set(ScmConfigKeys.OZONE_SCM_HTTPS_ADDRESS_KEY, "localhost:0");
InetSocketAddress.createUnresolved("localhost", 0);
StorageContainerManagerHttpServer server = null;
try {
server = new StorageContainerManagerHttpServer(conf);