We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a69f5 commit 57699a1Copy full SHA for 57699a1
src/main/java/com/flowingcode/addons/applayout/AppLayout.java
@@ -45,8 +45,8 @@
45
@CssImport(value="./styles/applayout-styles.css", themeFor = "fc-applayout")
46
public class AppLayout extends Div implements PageConfigurator {
47
48
- private List<Component> menuItems = new ArrayList<>();
49
- private List<Component> toolbarComponents = new ArrayList<>();
+ private final List<Component> menuItems = new ArrayList<>();
+ private final List<Component> toolbarComponents = new ArrayList<>();
50
51
public AppLayout(String title) {
52
this(null, title, null);
0 commit comments