Skip to content

Commit 0e74098

Browse files
committed
refactor(demo)!: rename DemoView
1 parent 481806a commit 0e74098

File tree

1 file changed

+2
-2
lines changed
  • src/test/java/com/flowingcode/vaadin/addons/errorwindow

1 file changed

+2
-2
lines changed

src/test/java/com/flowingcode/vaadin/addons/errorwindow/DemoUI.java renamed to src/test/java/com/flowingcode/vaadin/addons/errorwindow/DemoView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
import com.vaadin.flow.router.Route;
2626

2727
@Route()
28-
public class DemoUI extends VerticalLayout {
28+
public class DemoView extends VerticalLayout {
2929

30-
public DemoUI() {
30+
public DemoView() {
3131
Button errorButton = new Button("Throw Error", event -> {
3232
Integer.parseInt("asdf");
3333
});

0 commit comments

Comments
 (0)