Lior Vernia has uploaded a new change for review. Change subject: webadmin: Renamed Bond() method to executeBond() ......................................................................
webadmin: Renamed Bond() method to executeBond() This to enable elegant usage of the Bond class. Change-Id: I91b2c18475c91fedee69e6b7b0d0ce77c1f80c03 Signed-off-by: Lior Vernia <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/48/12148/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java index 33d2fb1..6a9d95a 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java @@ -1266,7 +1266,7 @@ CancelConfirm(); } - public void Bond() + public void executeBond() { if (getWindow() != null) { @@ -2285,7 +2285,7 @@ } else if (command == getBondCommand()) { - Bond(); + executeBond(); } else if (command == getDetachCommand()) { -- To view, visit http://gerrit.ovirt.org/12148 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I91b2c18475c91fedee69e6b7b0d0ce77c1f80c03 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
