summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/vaadin/ui/Table.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/Table.java b/src/com/vaadin/ui/Table.java
index 4ba0a9cbc7..33af634941 100644
--- a/src/com/vaadin/ui/Table.java
+++ b/src/com/vaadin/ui/Table.java
@@ -239,7 +239,7 @@ public class Table extends AbstractSelect implements Action.Container,
/**
* Page contents buffer used in buffered mode.
*/
- private transient Object[][] pageBuffer = null;
+ private Object[][] pageBuffer = null;
/**
* Set of properties listened - the list is kept to release the listeners