]> source.dussan.org Git - vaadin-framework.git/commitdiff
Changed visibility of the actionManager, still for #875
authorMarc Englund <marc.englund@itmill.com>
Wed, 24 Mar 2010 09:14:09 +0000 (09:14 +0000)
committerMarc Englund <marc.englund@itmill.com>
Wed, 24 Mar 2010 09:14:09 +0000 (09:14 +0000)
svn changeset:12053/svn branch:6.3

src/com/vaadin/ui/Form.java

index 1858355205026b7c6150c5b50d9d00a7e9c41d43..f7cc20f8337b5623adc9f359768927d20f2078ce 100644 (file)
@@ -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.