2122232425262728
/** * default constructor */ public WikiPageDAOAsynImpl() { this(new WikiStorage(), (FormatServiceAsync) GWT .create(FormatService.class)); }
26272829303132
this(new WikiStorage(), (FormatServiceAsync) GWT .create(FormatService.class)); } public WikiPageDAOAsynImpl(FormatServiceAsync formatService) { this(new WikiStorage(), formatService); }