Browse Source

Javadoc typo fix

svn changeset:16552/svn branch:6.5
tags/6.7.0.beta1
Artur Signell 13 years ago
parent
commit
217206ca92
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/vaadin/ui/ComponentContainer.java

+ 1
- 1
src/com/vaadin/ui/ComponentContainer.java View File

* Removes the component from this container. * Removes the component from this container.
* *
* @param c * @param c
* the component to be added.
* the component to be removed.
*/ */
public void removeComponent(Component c); public void removeComponent(Component c);



Loading…
Cancel
Save