Skip to content

Commit badda01

Browse files
committed
LinstorStorageAdaptor: fix lint error
This is found in some PRs plugins/storage/volume/linstor/src/main/java/com/cloud/hypervisor/kvm/storage/LinstorStorageAdaptor.java:510: poperties ==> properties
1 parent ae1d7cc commit badda01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/storage/volume/linstor/src/main/java/com/cloud/hypervisor/kvm/storage/LinstorStorageAdaptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ private boolean deRefOrDeleteResource(DevelopersApi api, String rscName, String
504504

505505
// if there is only one template-for property left for templates, the template isn't needed anymore
506506
// or if it isn't a template anyway, it will not have this Aux property
507-
// _cs-template-for- poperties work like a ref-count.
507+
// _cs-template-for- properties work like a ref-count.
508508
if (rd.getProps().keySet().stream()
509509
.filter(key -> key.startsWith("Aux/" + LinstorUtil.CS_TEMPLATE_FOR_PREFIX))
510510
.count() == expectedProps) {

0 commit comments

Comments
 (0)