Shireesh Anjal has posted comments on this change. Change subject: engine: adding gluster_server table and dao operations ......................................................................
Patch Set 9: Looks good to me, but someone else must approve (2 inline comments) Couple of minor comments in-line. .................................................... File backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/gluster/GlusterServerDao.java Line 12: public GlusterServer getByServerId(Guid serverId); Line 13: Line 14: public GlusterServer getByGlusterServerUuid(Guid glusterServerUuid); Line 15: Line 16: public void remove(Guid serverId); This method already exists in parent interface ModificationDao#remove(), so need not be added again here. Line 17: Line 18: public void removeByGlusterServerUuid(Guid glusterServerUuid); Line 19: Line 20: public void update(GlusterServer vdsGluster); Line 16: public void remove(Guid serverId); Line 17: Line 18: public void removeByGlusterServerUuid(Guid glusterServerUuid); Line 19: Line 20: public void update(GlusterServer vdsGluster); Same here. -- To view, visit http://gerrit.ovirt.org/14063 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I04ba0a7bf1eaa964db731cdfa24ab6875e0b1513 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Kanagaraj M <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Shireesh Anjal <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
