Skip to content

Commit 5b2c577

Browse files
Locharla, SandeepLocharla, Sandeep
authored andcommitted
CSTACKEX-50: Fixed few lint issues
1 parent a2258a5 commit 5b2c577

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/service/StorageStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public String getNetworkInterface() {
293293
if (storage.getProtocol() != null) {
294294
switch (storage.getProtocol()) {
295295
case NFS3:
296-
queryParams .put(Constants.SERVICES, Constants.DATA_NFS);
296+
queryParams.put(Constants.SERVICES, Constants.DATA_NFS);
297297
break;
298298
case ISCSI:
299299
queryParams.put(Constants.SERVICES, Constants.DATA_ISCSI);

0 commit comments

Comments
 (0)