Mike Kolesnik has posted comments on this change.

Change subject: core: Add network business entities (#851991)
......................................................................


Patch Set 1: (3 inline comments)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/Bond.java
Line 19: 
Line 20:     @Override
Line 21:     public String toString() {
Line 22:         StringBuilder builder = new StringBuilder();
Line 23:         builder.append(getName())
Done
Line 24:                 .append(" {id=")
Line 25:                 .append(getId())
Line 26:                 .append(", vdsId=")
Line 27:                 .append(getVdsId())


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/Nic.java
Line 18:     @Override
Line 19:     public String toString() {
Line 20:         StringBuilder builder = new StringBuilder();
Line 21:         builder.append(getName())
Line 22:                 .append(" {id=")
Done
Line 23:                 .append(getId())
Line 24:                 .append(", vdsId=")
Line 25:                 .append(getVdsId())
Line 26:                 .append(", name=")


....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/Vlan.java
Line 16:     @Override
Line 17:     public String toString() {
Line 18:         StringBuilder builder = new StringBuilder();
Line 19:         builder.append(getName())
Line 20:                 .append(" {id=")
Done
Line 21:                 .append(getId())
Line 22:                 .append(", vdsId=")
Line 23:                 .append(getVdsId())
Line 24:                 .append(", name=")


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id5d94f30c3d6a196744736f44a7d6e20c86e2e37
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Mike Kolesnik <[email protected]>
Gerrit-Reviewer: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Mike Kolesnik <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Muli Salem <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to