]> source.dussan.org Git - vaadin-framework.git/commitdiff
javadoc typo
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 31 Oct 2007 06:27:59 +0000 (06:27 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 31 Oct 2007 06:27:59 +0000 (06:27 +0000)
svn changeset:2627/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/IScrollTable.java

index 0a94d2f9437dda33d5e670ee5be07fd04820db93..88119ff77c70cc5de16e440c50d10872fd4debc7 100644 (file)
@@ -586,9 +586,8 @@ public class IScrollTable extends Composite implements Table, ScrollListener,
        }
 
        /**
-        * This method has logick which rows needs to be requested from server when
+        * This method has logic which rows needs to be requested from server when
         * user scrolls
-        * 
         */
        public void onScroll(Widget widget, int scrollLeft, int scrollTop) {
                if (!initializedAndAttached)