Greg Sheremeta has uploaded a new change for review. Change subject: webadmin: fixed a typo ......................................................................
webadmin: fixed a typo Change-Id: Ibe2ccf12fc80437915c751487fb464766a9b4e79 Signed-off-by: Greg Sheremeta <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/55/39855/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java index b5a67d5..0de2ba3 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/CommonModel.java @@ -65,8 +65,7 @@ public class CommonModel extends ListModel<SearchableListModel> { - // TODO: "SingedOut" is misspelled. - public static final EventDefinition signedOutEventDefinition = new EventDefinition("SingedOut", CommonModel.class); //$NON-NLS-1$ + public static final EventDefinition signedOutEventDefinition = new EventDefinition("SignedOut", CommonModel.class); //$NON-NLS-1$ private Event<EventArgs> privateSignedOutEvent; private UICommand privateSearchCommand; private UICommand privateConfigureCommand; -- To view, visit https://gerrit.ovirt.org/39855 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibe2ccf12fc80437915c751487fb464766a9b4e79 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Sheremeta <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
