414243444546474849
} public static GocodeServerManager prepareGocodeManager_inUI() { // This must run from UI thread, so that we can report errors if startup fails new StartGocodeServerOperation(gocodeServerManager).executeAndHandle(); return gocodeServerManager; }