mirror of https://github.com/apache/jclouds.git
removed unecessary assignment
This commit is contained in:
parent
a77e4fda7d
commit
00c16d5315
|
@ -61,7 +61,7 @@ public class SetIpAddressTest {
|
|||
.addNetworkAdapter(
|
||||
NetworkAdapter.builder().staticIp("localhost").networkAttachmentType(NetworkAttachmentType.NAT)
|
||||
.build()).build();
|
||||
SetIpAddress setIpAddressStmtm = new SetIpAddress(networkInterfaceCard);
|
||||
new SetIpAddress(networkInterfaceCard);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue