]> source.dussan.org Git - vaadin-framework.git/commitdiff
Reverted visibility change of updatePageLength() which mistakingly was committed...
authorJohn Alhroos <john.ahlroos@itmill.com>
Fri, 19 Aug 2011 11:36:27 +0000 (11:36 +0000)
committerJohn Alhroos <john.ahlroos@itmill.com>
Fri, 19 Aug 2011 11:36:27 +0000 (11:36 +0000)
svn changeset:20510/svn branch:6.7

src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java

index a96ad3cb4ea012fb7e2bc4b21d859ea65c956db8..3e57378a2277b8a896dd46d3909630c9a975bde8 100644 (file)
@@ -1075,7 +1075,7 @@ public class VScrollTable extends FlowPanel implements Table, ScrollHandler,
         }
     }
 
-    protected void updatePageLength(UIDL uidl) {
+    private void updatePageLength(UIDL uidl) {
         int oldPageLength = pageLength;
         if (uidl.hasAttribute("pagelength")) {
             pageLength = uidl.getIntAttribute("pagelength");