Greg Sheremeta has uploaded a new change for review. Change subject: fixed a typo ......................................................................
fixed a typo Change-Id: I0191d68be6b362a0cd61a90dafdd0ff825a22fc7 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/91/39891/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/39891 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0191d68be6b362a0cd61a90dafdd0ff825a22fc7 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
