summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/ui/grid/ColumnGroupRow.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/com/vaadin/client/ui/grid/ColumnGroupRow.java b/client/src/com/vaadin/client/ui/grid/ColumnGroupRow.java
index 0ced616f3f..ebe4db508c 100644
--- a/client/src/com/vaadin/client/ui/grid/ColumnGroupRow.java
+++ b/client/src/com/vaadin/client/ui/grid/ColumnGroupRow.java
@@ -48,12 +48,12 @@ public class ColumnGroupRow<T> {
/**
* Is the header shown
*/
- public boolean headerVisible = true;
+ private boolean headerVisible = true;
/**
* Is the footer shown
*/
- public boolean footerVisible = false;
+ private boolean footerVisible = false;
/**
* Constructs a new column group row