You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wouldn't it be better to put
private ClientFactory clientFactory = GWT.create(ClientFactory.class);
into
public void onModuleLoad() {
// rootpanel in clientfactory
GWT.create(ClientFactory.class);
}
?
Original issue reported on code.google.com by [email protected] on 15 Mar 2012 at 8:42
Original issue reported on code.google.com by
[email protected]
on 15 Mar 2012 at 8:42Attachments:
The text was updated successfully, but these errors were encountered: