From Tal Nisan <tnisan(a)redhat.com>:
Tal Nisan has submitted this change and it was merged.
Change subject: backend: generic type of PostDeleteActionHandler::fixParameters
......................................................................
backend: generic type of PostDeleteActionHandler::fixParameters
PostDeleteActionHandler::fixParameters gets a parameters object of type
<T extends StorageDomainIdParametersBase & PostDeleteAction>.
While this is a correct generic type, it can be more specific since all
the parameters that are sent to this handler extend
StoragePoolDomainAndGroupIdBaseVDSCommandParameters, which is a subtype
of StorageDomainIdParametersBase.
Change-Id: Iff6988365db5e237dc736f333711047762dc4967
Bug-Url:
https://bugzilla.redhat.com/1427543
Signed-off-by: Idan Shaby <ishaby(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/domain/PostDeleteActionHandler.java
M
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/storage/domain/PostDeleteActionHandlerTest.java
2 files changed, 9 insertions(+), 8 deletions(-)
Approvals:
Jenkins CI: Passed CI tests
Allon Mureinik: Looks good to me, approved
Idan Shaby: Verified
--
To view, visit
https://gerrit.ovirt.org/73163
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iff6988365db5e237dc736f333711047762dc4967
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Freddy Rolland <frolland(a)redhat.com>
Gerrit-Reviewer: Idan Shaby <ishaby(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>