Skip to content

Commit 4e77460

Browse files
committed
<fix>[compute]: usuus <description>
Resolves: ZCF-1365 Change-Id: I6c76786265676977656c6461616369647a777968
1 parent dfa1f89 commit 4e77460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compute/src/main/java/org/zstack/compute/vm/VmDetachNicFlow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void run(MessageReply reply) {
100100
public void done(ErrorCodeList errorCodeList) {
101101
dbf.removeByPrimaryKey(nic.getUuid(), VmNicVO.class);
102102

103-
callReleaseSdnNics(List.of(nic), new Completion(trigger) {
103+
callReleaseSdnNics(java.util.Collections.singletonList(nic), new Completion(trigger) {
104104
@Override
105105
public void success() {
106106
trigger.next();

0 commit comments

Comments
 (0)