]> source.dussan.org Git - vaadin-framework.git/commitdiff
Limit the visibility of ColumnGroupRow instance fields #12830
authorJohn Ahlroos <john@vaadin.com>
Tue, 17 Dec 2013 12:08:16 +0000 (14:08 +0200)
committerJohn Ahlroos <john@vaadin.com>
Tue, 17 Dec 2013 12:08:16 +0000 (14:08 +0200)
Change-Id: Id2bf2f200888c07bdf2b342223434d13d159192d

client/src/com/vaadin/client/ui/grid/ColumnGroupRow.java

index 0ced616f3f20b0e341316771640c7ba3a53b8dd5..ebe4db508c5d18e340f1eb335e39c0ad224be696 100644 (file)
@@ -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