Allon Mureinik has uploaded a new change for review. Change subject: core: CommandBase.getBackend() ......................................................................
core: CommandBase.getBackend() Extracted a getBackend() method in CommandBase instead of calling Backend.getInstnace() multiple times. Also removed this method from other command classes that declared it and used the base class' method instead. Change-Id: I4f326301d1f7053a95743e894ef2482b2fa9c2a4 Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MoveOrCopyTemplateCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/RemoveStorageDomainCommand.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/RunVmCommandTest.java 4 files changed, 21 insertions(+), 26 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/87/4687/1 -- To view, visit http://gerrit.ovirt.org/4687 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4f326301d1f7053a95743e894ef2482b2fa9c2a4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
