
Allon Mureinik has submitted this change and it was merged. Change subject: core: UpdateStorageDomainCommand's DAOs ...................................................................... core: UpdateStorageDomainCommand's DAOs Replaced calls to DbFacade.getInstance().getStorageDomainStaticDao() with getStorageDomainStaticDAO(), as per the backend's convention. This change is done in order to facilitate writing unit tests for this class. Change-Id: I716a662d13512331b4e68ca31a13b6fb559227cd Signed-off-by: Allon Mureinik <amureini@redhat.com> Signed-off-by: Idan Shaby <ishaby@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStorageDomainCommand.java 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Tal Nisan: Looks good to me, approved Allon Mureinik: Verified -- To view, visit http://gerrit.ovirt.org/29805 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I716a662d13512331b4e68ca31a13b6fb559227cd Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Idan Shaby <ishaby@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server