package com.vaadin.tests.elements; import com.vaadin.ui.CssLayout; public class CompatibilityElementComponentGetCaptionCssLayout extends CompatibilityElementComponentGetCaptionBase { public CompatibilityElementComponentGetCaptionCssLayout() { mainLayout = new CssLayout(); } }