We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa1f89 commit 4e77460Copy full SHA for 4e77460
1 file changed
compute/src/main/java/org/zstack/compute/vm/VmDetachNicFlow.java
@@ -100,7 +100,7 @@ public void run(MessageReply reply) {
100
public void done(ErrorCodeList errorCodeList) {
101
dbf.removeByPrimaryKey(nic.getUuid(), VmNicVO.class);
102
103
- callReleaseSdnNics(List.of(nic), new Completion(trigger) {
+ callReleaseSdnNics(java.util.Collections.singletonList(nic), new Completion(trigger) {
104
@Override
105
public void success() {
106
trigger.next();
0 commit comments