diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-04-18 09:08:29 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-04-18 09:08:29 +0000 |
commit | 7f70a7d661e5507c70b1d1608d2a167aa45da172 (patch) | |
tree | c0f3ae3ba1520ed52c8b9914336f8b5d8c7d645a | |
parent | 6a4ab17fbc0ad777a7288bfe985834b5f073518b (diff) | |
download | vaadin-framework-7f70a7d661e5507c70b1d1608d2a167aa45da172.tar.gz vaadin-framework-7f70a7d661e5507c70b1d1608d2a167aa45da172.zip |
#6855 typo in Panel.removeComponent javadoc
svn changeset:18347/svn branch:6.6
-rw-r--r-- | src/com/vaadin/ui/Panel.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/Panel.java b/src/com/vaadin/ui/Panel.java index 7ffa11a325..73140fd79a 100644 --- a/src/com/vaadin/ui/Panel.java +++ b/src/com/vaadin/ui/Panel.java @@ -281,7 +281,7 @@ public class Panel extends AbstractComponentContainer implements Scrollable, * Removes the component from this container. * * @param c - * The component to be added. + * The component to be removed. * @see com.vaadin.ui.AbstractComponentContainer#removeComponent(com.vaadin.ui.Component) */ @Override @@ -592,7 +592,6 @@ public class Panel extends AbstractComponentContainer implements Scrollable, fireEvent(new ClickEvent(this, mouseDetails)); } - /** * {@inheritDoc} */ |