rev 132:
GmoteServerUiWindows cannot be resolved to a type
/gmoteserver/src/org/gmote/server/GmoteServerUiLinux.java line 47:
GmoteServerUi ui = new GmoteServerUiWindows(server);
should be:
GmoteServerUi ui = new GmoteServerUiLinux(server);
Original issue reported on code.google.com by dorian.o...@gmail.com on 12 Oct 2009 at 1:07
Original issue reported on code.google.com by
dorian.o...@gmail.com
on 12 Oct 2009 at 1:07