Daniel Erez has uploaded a new change for review. Change subject: core: VmLogonCommand - remove redundant annotation ......................................................................
core: VmLogonCommand - remove redundant annotation VmLogonCommand is invoked only from client (UserPortal/REST), hence, removed the InternalCommandAttribute annotation. Change-Id: I5da08ec0b6710342a1270cbfd5308cce3f7f782c Signed-off-by: Daniel Erez <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmLogonCommand.java 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/23/29623/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmLogonCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmLogonCommand.java index 147c3a6..6114da1 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmLogonCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmLogonCommand.java @@ -10,7 +10,6 @@ import org.ovirt.engine.core.common.vdscommands.VDSCommandType; import org.ovirt.engine.core.common.vdscommands.VmLogonVDSCommandParameters; -@InternalCommandAttribute public class VmLogonCommand<T extends VmOperationParameterBase> extends VmOperationCommandBase<T> { public VmLogonCommand(T parameters) { -- To view, visit http://gerrit.ovirt.org/29623 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5da08ec0b6710342a1270cbfd5308cce3f7f782c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
