ソースを参照

Javadoc typo fix

svn changeset:16552/svn branch:6.5
tags/6.7.0.beta1
Artur Signell 13年前
コミット
217206ca92
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/com/vaadin/ui/ComponentContainer.java

+ 1
- 1
src/com/vaadin/ui/ComponentContainer.java ファイルの表示

@@ -31,7 +31,7 @@ public interface ComponentContainer extends Component {
* Removes the component from this container.
*
* @param c
* the component to be added.
* the component to be removed.
*/
public void removeComponent(Component c);


読み込み中…
キャンセル
保存