Skip to content

Commit

Permalink
checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 29, 2016
1 parent cd16387 commit 6d19f8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public List<String> addressSpaces() {
List<String> addressSpaces = new ArrayList<String>();
if (this.inner().addressSpace() == null) {
return Collections.unmodifiableList(addressSpaces);
} else if(this.inner().addressSpace().addressPrefixes() == null) {
} else if (this.inner().addressSpace().addressPrefixes() == null) {
return Collections.unmodifiableList(addressSpaces);
} else {
return Collections.unmodifiableList(this.inner().addressSpace().addressPrefixes());
Expand Down

0 comments on commit 6d19f8e

Please sign in to comment.