Martin Peřina has posted comments on this change.

Change subject: core: [RFE]Backup Awareness - BE
......................................................................


Patch Set 1:

(1 comment)

https://gerrit.ovirt.org/#/c/39524/1/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/EngineBackupHistory.java
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/EngineBackupHistory.java:

Line 70:         return (ObjectUtils.objectsEqual(dbName, other.dbName)
Line 71:                 && ObjectUtils.objectsEqual(doneAt, other.doneAt)
Line 72:                 && this.passed == other.passed
Line 73:                 && ObjectUtils.objectsEqual(outputMessage, 
other.outputMessage));
Line 74:     }
> I wasn't familiar with ToStringBuilder, usually let the IDE generate the to
ToStringBuilder was merged last week and I haven't had time to send email about 
it to engine-devel yet :-(
But I will do that soon


-- 
To view, visit https://gerrit.ovirt.org/39524
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia3ca5ba16d1eaaa10c48e1391a2d606a152926b6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@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