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 <[email protected]>
---
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 <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to