Change in ovirt-engine[master]: core: fluent interface/method chaining for addCustomValue
rgolan at redhat.com
rgolan at redhat.com
Sun Apr 27 06:26:29 UTC 2014
Roy Golan has submitted this change and it was merged.
Change subject: core: fluent interface/method chaining for addCustomValue
......................................................................
core: fluent interface/method chaining for addCustomValue
basically this means we could:
AuditLogDirector.log(
new AuditLogableBase()
.addCustomValue(...)
.addCustomValue(...)
.addCustomValue(...),
LogType...)
Change-Id: Ibba14b4dd5ad520ea452ea940e9106c28cc5e4d4
Signed-off-by: Roy Golan <rgolan at redhat.com>
---
M backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBase.java
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Roy Golan: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/26584
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibba14b4dd5ad520ea452ea940e9106c28cc5e4d4
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika at redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skrivanek at redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel at redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
More information about the Engine-commits
mailing list