diff options
author | Henrik Paul <henrik@vaadin.com> | 2014-07-08 12:04:56 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-07-08 09:32:58 +0000 |
commit | 07ef5c9d52c7e30ca5197fe43dbf301178c81a9d (patch) | |
tree | 47db0c48dd64e8bdf78a7e4f7e820aaee5e623d5 /client/tests/src/com/vaadin | |
parent | 770b5b5aced652cd7eed9d49e6c477908a9d7efb (diff) | |
download | vaadin-framework-07ef5c9d52c7e30ca5197fe43dbf301178c81a9d.tar.gz vaadin-framework-07ef5c9d52c7e30ca5197fe43dbf301178c81a9d.zip |
Removes the version number from @since in Grid classes (#13334)
Change-Id: I36192c46b359b8307c5bb1faf71c3b9a20e77fb8
Diffstat (limited to 'client/tests/src/com/vaadin')
-rw-r--r-- | client/tests/src/com/vaadin/client/ui/grid/ListDataSourceTest.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/tests/src/com/vaadin/client/ui/grid/ListDataSourceTest.java b/client/tests/src/com/vaadin/client/ui/grid/ListDataSourceTest.java index 823eb224ea..55a2b56ee2 100644 --- a/client/tests/src/com/vaadin/client/ui/grid/ListDataSourceTest.java +++ b/client/tests/src/com/vaadin/client/ui/grid/ListDataSourceTest.java @@ -27,11 +27,6 @@ import org.junit.Test; import com.vaadin.client.data.DataChangeHandler; import com.vaadin.client.ui.grid.datasources.ListDataSource; -/** - * - * @since 7.2 - * @author Vaadin Ltd - */ public class ListDataSourceTest { @Test |