Michal Skrivanek has posted comments on this change. Change subject: userportal: changed Spice to SPICE ......................................................................
Patch Set 1: (1 inline comment) .................................................... File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/ConsoleProtocol.java Line 6: import org.ovirt.engine.ui.uicommonweb.models.vms.VncConsoleModel; Line 7: Line 8: Line 9: public enum ConsoleProtocol { Line 10: SPICE(SpiceConsoleModel.class), //$NON-NLS-1$ I guess remove //$NON-NLS-1$ Line 11: RDP(RdpConsoleModel.class), //$NON-NLS-1$ Line 12: VNC(VncConsoleModel.class); //$NON-NLS-1$ Line 13: Line 14: private final Class<? extends ConsoleModel> model; -- To view, visit http://gerrit.ovirt.org/14400 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7e610d12a2966ccff81e722d41c3bcde4c6a4be7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjeli...@redhat.com> Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com> Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches