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 <rgo...@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 <rgo...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to