]> source.dussan.org Git - vaadin-framework.git/commitdiff
#6855 typo in Panel.removeComponent javadoc
authorArtur Signell <artur.signell@itmill.com>
Mon, 18 Apr 2011 09:08:29 +0000 (09:08 +0000)
committerArtur Signell <artur.signell@itmill.com>
Mon, 18 Apr 2011 09:08:29 +0000 (09:08 +0000)
svn changeset:18347/svn branch:6.6

src/com/vaadin/ui/Panel.java

index 7ffa11a325415dbae576ee4dd1af00b9928fff5c..73140fd79a57e0b499927998a1147416431e4ee9 100644 (file)
@@ -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}
      */