diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-07-06 12:51:00 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-07-06 12:51:00 +0000 |
commit | 4115eca74dadd453479aa1b14688eb1000f85686 (patch) | |
tree | 91d204abfa9cc71390f5ffd0be7b1513a2354f65 /src/com/vaadin/ui | |
parent | 8d53a9110cd4382b6a7357012ded2e2ffe3d77e6 (diff) | |
download | vaadin-framework-4115eca74dadd453479aa1b14688eb1000f85686.tar.gz vaadin-framework-4115eca74dadd453479aa1b14688eb1000f85686.zip |
Test case and fix for #5314
svn changeset:14098/svn branch:6.4
Diffstat (limited to 'src/com/vaadin/ui')
-rw-r--r-- | src/com/vaadin/ui/MenuBar.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/MenuBar.java b/src/com/vaadin/ui/MenuBar.java index f437243a0e..3a1ee020b2 100644 --- a/src/com/vaadin/ui/MenuBar.java +++ b/src/com/vaadin/ui/MenuBar.java @@ -31,7 +31,7 @@ public class MenuBar extends AbstractComponent { private final List<MenuItem> menuItems; // Number of items in this menu - private static int numberOfItems = 0; + private int numberOfItems = 0; /** * @deprecated |