mirror of https://github.com/apache/jclouds.git
Issue 695: Fix assignment
This commit is contained in:
parent
b28aec5ce5
commit
40df188c10
|
@ -41,7 +41,7 @@ public class AssignedIpAddresses extends Resource<AssignedIpAddresses> {
|
||||||
|
|
||||||
public AssignedIpAddresses(URI href, String type, String name, Actions actions, DeviceNetworks networks) {
|
public AssignedIpAddresses(URI href, String type, String name, Actions actions, DeviceNetworks networks) {
|
||||||
super(href, type, name, Sets.<Link>newIdentityHashSet(), actions.getActions());
|
super(href, type, name, Sets.<Link>newIdentityHashSet(), actions.getActions());
|
||||||
checkNotNull(networks,"networks");
|
this.networks = checkNotNull(networks,"networks");
|
||||||
}
|
}
|
||||||
|
|
||||||
public AssignedIpAddresses() {
|
public AssignedIpAddresses() {
|
||||||
|
|
Loading…
Reference in New Issue