diff options
Diffstat (limited to 'src/com/vaadin/ui/Form.java')
-rw-r--r-- | src/com/vaadin/ui/Form.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/Form.java b/src/com/vaadin/ui/Form.java index 1858355205..f7cc20f833 100644 --- a/src/com/vaadin/ui/Form.java +++ b/src/com/vaadin/ui/Form.java @@ -143,7 +143,7 @@ public class Form extends AbstractField implements Item.Editor, Buffered, Item, * {@link ShortcutNotifier} and has a actionManager that delegates actions * to the containing window. This one does not delegate. */ - ActionManager ownActionManager = new ActionManager(this); + private ActionManager ownActionManager = new ActionManager(this); /** * Contructs a new form with default layout. |