Moti Asayag has posted comments on this change.

Change subject: core: Add toString to params & entities (#851991)
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/vdscommands/SetupNetworksVdsCommandParameters.java
Line 117:                 super.toString(),
Line 118:                 isForce(),
Line 119:                 isCheckConnectivity(),
Line 120:                 getConectivityTimeout(),
Line 121:                 Entities.collectionToString(getNetworks(), "\t\t"),
At this point of time I wasn't able to find the definition/impl of 
Entities.collectionToString
Line 122:                 Entities.collectionToString(getBonds(), "\t\t"),
Line 123:                 Entities.collectionToString(getInterfaces(), "\t\t"),
Line 124:                 getRemovedNetworks(),
Line 125:                 getRemovedBonds());


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I825db07b7320c4768a38d89fd83177774e22a9fd
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Mike Kolesnik <[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