Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/external/ControllerAdaptor.java

Diff revisions: vs.
  @@ -23,7 +23,7 @@
23 23 * This adaptor class provides stub implementations for Controller methods. Most
24 24 * controllers will be interested in {@link #plugIn(Widget)}, {@link #unplug(Widget)}
25 25 * or
26 - * {@link asquare.gwt.tk.client.ui.behavior.EventDelegate#onBrowserEvent(Widget,Event) onBrowserEvent()}.
26 + * {@link asquare.gwt.tk.client.ui.behavior.EventDelegate#onBrowserEvent(Widget, Event) onBrowserEvent()}.
27 27 */
28 28 public abstract class ControllerAdaptor extends EventDelegateAdaptor implements Controller
29 29 {