Skip to content

Commit 26a7f81

Browse files
committed
Fix for issue #10
1 parent 6a3417e commit 26a7f81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/openstack4j/openstack/networking/domain/NeutronSubnet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public List<String> getDnsNames() {
133133
/**
134134
* {@inheritDoc}
135135
*/
136+
@JsonIgnore
136137
@Override
137138
public List<? extends Pool> getAllocationPools() {
138139
return pools;

0 commit comments

Comments
 (0)