Skip to content

Commit 42a77c7

Browse files
LinstorStorageAdaptor: fix lint error (#10378)
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 8c4a085 commit 42a77c7

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
@@ -507,7 +507,7 @@ private boolean deRefOrDeleteResource(DevelopersApi api, String rscName, String
507507

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

0 commit comments

Comments
 (0)