
Kanagaraj M has submitted this change and it was merged. Change subject: webadmin: fix build issue in VolumeModule ...................................................................... webadmin: fix build issue in VolumeModule @Provides and @Singleton is missing for getVolumeSnapshotListProvider method in voloume module. GWT build is failing because of this issue. Fixing this issue with this patch Change-Id: I6e9abd38c1dc6eb72a4d6e9f0b594a036d6eb28a Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/gin/uicommon/VolumeModule.java 1 file changed, 5 insertions(+), 4 deletions(-) Approvals: anmolbabu: Looks good to me, but someone else must approve Kanagaraj M: Looks good to me, approved Ramesh N: Verified -- To view, visit https://gerrit.ovirt.org/39716 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6e9abd38c1dc6eb72a4d6e9f0b594a036d6eb28a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5-gluster Gerrit-Owner: Ramesh N <rnachimu@redhat.com> Gerrit-Reviewer: Kanagaraj M <kmayilsa@redhat.com> Gerrit-Reviewer: Ramesh N <rnachimu@redhat.com> Gerrit-Reviewer: Sahina Bose <sabose@redhat.com> Gerrit-Reviewer: anmolbabu <anbabu@redhat.com> Gerrit-Reviewer: automation@ovirt.org