diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-12-18 11:27:52 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2014-12-18 11:27:52 +0200 |
commit | 1c0a4291cbea0b26351a2493228cda3b1cb05c01 (patch) | |
tree | 413d2a1765decc7c6d4c1a1f7944325412e2d4a2 /client/src | |
parent | 12f3e377766e19566aba10b6cc3c5c84b8d3d363 (diff) | |
download | vaadin-framework-1c0a4291cbea0b26351a2493228cda3b1cb05c01.tar.gz vaadin-framework-1c0a4291cbea0b26351a2493228cda3b1cb05c01.zip |
Add missing @since and @author to RendererCellReference (#13334)
Change-Id: I5b09993fd604ea20cfea685b56122cf55b88dce5
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/com/vaadin/client/widget/grid/RendererCellReference.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/com/vaadin/client/widget/grid/RendererCellReference.java b/client/src/com/vaadin/client/widget/grid/RendererCellReference.java index be82fcb45e..6457ecb32d 100644 --- a/client/src/com/vaadin/client/widget/grid/RendererCellReference.java +++ b/client/src/com/vaadin/client/widget/grid/RendererCellReference.java @@ -27,6 +27,8 @@ import com.vaadin.client.widgets.Grid; * this object is subject to change without the user knowing it and so should * not be stored anywhere outside of the method providing these instances. * + * @since + * @author Vaadin Ltd */ public class RendererCellReference extends CellReference<Object> { |