Allon Mureinik has submitted this change and it was merged.
Change subject: webadmin: TemplateGeneralModel getEntity()
......................................................................
webadmin: TemplateGeneralModel getEntity()
Since commit 7431bdff introduced a generic specification to
TemplateGeneralModel, it is guaranteed in compilation time that the
entity type is a VmTemplate, making the current implementation of
getEntity() redundant, and safe to simply remove it and rely on
the super's implementation.
Change-Id: Ibb5a51f51ad31c6820241d91729bb817dc5f264c
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/templates/TemplateGeneralModel.java
1 file changed, 0 insertions(+), 17 deletions(-)
Approvals:
Tal Nisan: Looks good to me, approved
Allon Mureinik: Verified; Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/52324
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibb5a51f51ad31c6820241d91729bb817dc5f264c
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>