Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -18,8 +18,8 @@
18 18
19 19 /**
20 20 * A base class for wrapping a DragGesture. By default, the
21 - * {@link #start(int,int)}, {@link #step(int,int)} and
22 - * {@link #finish(int,int)} methods called the delegate implementation.
21 + * {@link #start(int, int)}, {@link #step(int, int)} and
22 + * {@link #finish(int, int)} methods called the delegate implementation.
23 23 */
24 24 public class DragGestureWrapper implements DragGesture
25 25 {