diff options
author | Aleksi Hietanen <aleksi@vaadin.com> | 2016-06-22 13:30:25 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2016-06-23 14:20:03 +0000 |
commit | 254aa330b8400235d3c1a9aebf1c3c2cc097c9d9 (patch) | |
tree | 7613d8c70b45a46ab2fa59283078143f5fcf7fd1 /uitest/src/com/vaadin/tests/push/TablePushStreaming.java | |
parent | 2d404f6c7ca607bc3eeed86aa6dc05ffabd86ebf (diff) | |
download | vaadin-framework-7.6.7.tar.gz vaadin-framework-7.6.7.zip |
Add missing @since, remove empty @since annotations from tests7.6.7
Change-Id: I47ccc3bdffa5b6c9ea12dae2f21dd4578f483bc0
Diffstat (limited to 'uitest/src/com/vaadin/tests/push/TablePushStreaming.java')
-rw-r--r-- | uitest/src/com/vaadin/tests/push/TablePushStreaming.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uitest/src/com/vaadin/tests/push/TablePushStreaming.java b/uitest/src/com/vaadin/tests/push/TablePushStreaming.java index 04aad63813..d08cb112ad 100644 --- a/uitest/src/com/vaadin/tests/push/TablePushStreaming.java +++ b/uitest/src/com/vaadin/tests/push/TablePushStreaming.java @@ -30,7 +30,6 @@ import com.vaadin.ui.Table; /** * - * @since * @author Vaadin Ltd */ @Push(transport = Transport.STREAMING) @@ -82,7 +81,6 @@ public class TablePushStreaming extends AbstractTestUI { /** * @param iter - * @since * @return */ private Container generateContainer(int rows, int cols, int iter) { |