]> source.dussan.org Git - vaadin-framework.git/commitdiff
Changed method return type to Panel in stead of AbstractLayout (Panel will not be...
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 15 Nov 2007 12:49:14 +0000 (12:49 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Thu, 15 Nov 2007 12:49:14 +0000 (12:49 +0000)
svn changeset:2826/svn branch:trunk

src/com/itmill/toolkit/tests/TestSelectAndDatefieldInDeepLayouts.java

index b05157fc6ece01e9bdc59869b094dc09ce46fda8..86e7d3d470d0b53a49bc0c181f19e4d317cfeb8f 100644 (file)
@@ -64,7 +64,7 @@ public class TestSelectAndDatefieldInDeepLayouts extends CustomComponent {
                return l;
        }
 
-       AbstractLayout getPanel() {
+       Panel getPanel() {
                Panel panel = new Panel();
                panel.setCaption(getCaption("panel"));
                return panel;