Skip to content

Commit 4eceea6

Browse files
mlopezFCjavier-godoy
authored andcommitted
refactor(demo): rename AbstractLayoutDemo to CustomAppLayout
1 parent c2db250 commit 4eceea6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/java/com/flowingcode/addons/applayout/AbstractLayoutDemo.java renamed to src/test/java/com/flowingcode/addons/applayout/CustomAppLayout.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
import com.vaadin.flow.component.html.Image;
2424
import com.vaadin.flow.component.html.Span;
2525

26-
public class AbstractLayoutDemo extends AppLayout {
26+
@SuppressWarnings("serial")
27+
public class CustomAppLayout extends AppLayout {
2728

28-
public AbstractLayoutDemo() {
29+
public CustomAppLayout() {
2930
setMenuItems(new MenuItem("Item 1"), new MenuItem("Item 2"));
3031

3132
// menu header

0 commit comments

Comments
 (0)