Change in ovirt-engine[master]: core: renamed cryptic method names, added method for often u...

Alona Kaplan has submitted this change and it was merged. Change subject: core: renamed cryptic method names, added method for often used code ...................................................................... core: renamed cryptic method names, added method for often used code renamed: ———————— //testing if interface is slave for some bond isBondSlave ——> isPartOfBond added: —————— //testing if interface is slave for certain bond specified by name isPartOfBond(String) //tests if interface is a bond isBond() Change-Id: Icbf4712fe6767ddf2a2abef4adc89ff223750f65 Signed-off-by: Martin Mucha <mmucha@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/validator/HostInterfaceValidator.java M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java 3 files changed, 12 insertions(+), 4 deletions(-) Approvals: Alona Kaplan: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/42855 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icbf4712fe6767ddf2a2abef4adc89ff223750f65 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Mucha <mmucha@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
alkaplan@redhat.com