mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 15:35:44 +00:00
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…
x
Reference in New Issue
Block a user