Shubhendu Tripathi has posted comments on this change.

Change subject: engine : Refactored gluster volume profile VdsCommand
......................................................................


Patch Set 10:

(3 comments)

http://gerrit.ovirt.org/#/c/26998/10/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/BrickProfileDetails.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/BrickProfileDetails.java:

Line 60:         int result = 1;
Line 61:         result = prime * result + ((getBrickId() == null) ? 0 : 
getBrickId().hashCode());
Line 62:         result = prime * result + ((getBrickName() == null) ? 0 : 
getBrickName().hashCode());
Line 63:         return result;
Line 64:     }    
TWS


http://gerrit.ovirt.org/#/c/26998/10/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/GlusterVolumeProfileInfo.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/GlusterVolumeProfileInfo.java:

Line 61:         final int prime = 31;
Line 62:         int result = 1;
Line 63:         result = prime * result + ((getVolumeId() == null) ? 0 : 
getVolumeId().hashCode());
Line 64:         return result;
Line 65:     }    
TWS


http://gerrit.ovirt.org/#/c/26998/10/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/NfsProfileDetails.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/gluster/NfsProfileDetails.java:

Line 52:         final int prime = 31;
Line 53:         int result = 1;
Line 54:         result = prime * result + ((getNfsServerIp() == null) ? 0 : 
getNfsServerIp().hashCode());
Line 55:         return result;
Line 56:     }    
TWS


-- 
To view, visit http://gerrit.ovirt.org/26998
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I26cda9f8603e77296720f2dc062b94d5c10e7fd1
Gerrit-PatchSet: 10
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to