Skip to content

Commit da4632b

Browse files
jeongda-youngDajeong-Park
authored andcommitted
vhba 수정
1 parent d1c38e1 commit da4632b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtlistHostDevicesCommandWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import com.cloud.agent.api.ListHostDeviceCommand;
2727

2828
@ResourceWrapper(handles = ListHostDeviceCommand.class)
29-
public final class LibvirtlistHostDevicesCommandWrapper
29+
public final class LibvirtListHostDevicesCommandWrapper
3030
extends CommandWrapper<ListHostDeviceCommand, Answer, LibvirtComputingResource> {
3131
@Override
3232
public Answer execute(final ListHostDeviceCommand command,

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtlistHostHbaDevicesCommandWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import com.cloud.resource.ResourceWrapper;
2727

2828
@ResourceWrapper(handles = ListHostHbaDeviceCommand.class)
29-
public final class LibvirtlistHostHbaDevicesCommandWrapper
29+
public final class LibvirtListHostHbaDevicesCommandWrapper
3030
extends CommandWrapper<ListHostHbaDeviceCommand, Answer, LibvirtComputingResource> {
3131
@Override
3232
public Answer execute(final ListHostHbaDeviceCommand command,

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtlistHostLunDevicesCommandWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import com.cloud.resource.ResourceWrapper;
2727

2828
@ResourceWrapper(handles = ListHostLunDeviceCommand.class)
29-
public final class LibvirtlistHostLunDevicesCommandWrapper
29+
public final class LibvirtListHostLunDevicesCommandWrapper
3030
extends CommandWrapper<ListHostLunDeviceCommand, Answer, LibvirtComputingResource> {
3131
@Override
3232
public Answer execute(final ListHostLunDeviceCommand command,

0 commit comments

Comments
 (0)