Skip to content

Commit 6828116

Browse files
weizhouapacherp-
authored andcommitted
LinstorStorageAdaptor: fix lint error (apache#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 a3a0f40 commit 6828116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)