]> source.dussan.org Git - vaadin-framework.git/commitdiff
Cleaned javadocs
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 30 Jun 2010 20:38:57 +0000 (20:38 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 30 Jun 2010 20:38:57 +0000 (20:38 +0000)
svn changeset:13982/svn branch:6.4

src/com/vaadin/ui/AbstractSelect.java
src/com/vaadin/ui/Table.java

index 30842dae2db5906d2e6badd7a4db4365f1237fc3..510536a12b62b285f72e73ddc2fcf9db830d4b45 100644 (file)
@@ -858,7 +858,12 @@ public abstract class AbstractSelect extends AbstractField implements
     /* Container.Viewer methods */
 
     /**
-     * Sets the container as data-source for viewing.
+     * Sets the Container that serves as the data source of the viewer.
+     * 
+     * As a side-effect the fields value (selection) is set to null due old
+     * selection not necessary exists in new Container.
+     * 
+     * @see com.vaadin.data.Container.Viewer#setContainerDataSource(Container)
      * 
      * @param newDataSource
      *            the new data source.
index e45570e2395df8503e0fbfe11fa12ebac2500036..20aaedd1fc1d25020742b004a2c6aef3a02653d9 100644 (file)
@@ -1796,14 +1796,6 @@ public class Table extends AbstractSelect implements Action.Container,
         super.setValue(newValue);
     }
 
-    /**
-     * Sets the Container that serves as the data source of the viewer.
-     * 
-     * As a side-effect Table's value (selection) is set to null due old
-     * selection not necessary exists in new Container.
-     * 
-     * @see com.vaadin.data.Container.Viewer#setContainerDataSource(Container)
-     */
     @Override
     public void setContainerDataSource(Container newDataSource) {