1stsetup / gmote

Automatically exported from code.google.com/p/gmote
0 stars 0 forks source link

main in GmoteServerUiLinux tries to create a GmoteServerUiWindows object #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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