]> source.dussan.org Git - vaadin-framework.git/commitdiff
Increase visibility of contentNode field (#8313)
authorLeif Åstrand <leif@vaadin.com>
Tue, 14 Feb 2012 10:36:20 +0000 (12:36 +0200)
committerLeif Åstrand <leif@vaadin.com>
Tue, 14 Feb 2012 10:36:20 +0000 (12:36 +0200)
src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java

index db74a0fc20832dcb775378fcd3df6103d2c32c0c..c035855695aef8518e1fc93878818d7e66fc60f4 100644 (file)
@@ -480,7 +480,9 @@ public class VTabsheet extends VTabsheetBase {
 
     private final TabBar tb = new TabBar(this);
     final VTabsheetPanel tp = new VTabsheetPanel();
-    private final Element contentNode, deco;
+    final Element contentNode;
+
+    private final Element deco;
 
     boolean waitingForResponse;