removed unecessary assignment

This commit is contained in:
David Ribeiro Alves 2012-03-10 16:56:10 +00:00
parent a77e4fda7d
commit 00c16d5315
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}