Skip to content

Commit c81b077

Browse files
CSTACKEX-34: fix checksyle issues
1 parent de18984 commit c81b077

File tree

1 file changed

+1
-1
lines changed
  • plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/feign/model/response

1 file changed

+1
-1
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/feign/model/response/OntapResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ public void setRecords(List<T> records) {
6161
this.records = records;
6262
this.numRecords = (records != null) ? records.size() : 0;
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)