Ori Liel has submitted this change and it was merged.
Change subject: Engine: Cancel Unnecessary Inheritance (codefix)
......................................................................
Engine: Cancel Unnecessary Inheritance (codefix)
Currently VdsNotRespondingTreatmentCommand
unnecessarily inherits RestartVdsCommand.
This patch removes this unnecessary inheritance.
Change-Id: Ie2803fd2ef835800941627892cb2414a4a578ea5
Signed-off-by: Ori Liel <oliel(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/pm/RestartVdsCommand.java
A
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/pm/RestartVdsReturnValue.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/pm/VdsNotRespondingTreatmentCommand.java
3 files changed, 53 insertions(+), 25 deletions(-)
Approvals:
Ori Liel: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/59916
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie2803fd2ef835800941627892cb2414a4a578ea5
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Peřina <mperina(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>