From: Artur Signell Date: Mon, 18 Apr 2011 09:08:29 +0000 (+0000) Subject: #6855 typo in Panel.removeComponent javadoc X-Git-Tag: 6.7.0.beta1~327 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7f70a7d661e5507c70b1d1608d2a167aa45da172;p=vaadin-framework.git #6855 typo in Panel.removeComponent javadoc svn changeset:18347/svn branch:6.6 --- 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} */