diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-05-30 11:24:38 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2017-05-30 11:24:38 +0300 |
commit | 3217df4491276f5685da2b48bd46624dc5f097b0 (patch) | |
tree | a02446774eb6775e3578506294ea71762906d976 /server | |
parent | ad31f48b7f395537101a106263897ed3800c61da (diff) | |
download | vaadin-framework-3217df4491276f5685da2b48bd46624dc5f097b0.tar.gz vaadin-framework-3217df4491276f5685da2b48bd46624dc5f097b0.zip |
Add since tags and javadocs
Diffstat (limited to 'server')
-rw-r--r-- | server/src/main/java/com/vaadin/ui/components/grid/SingleSelectionModelImpl.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/main/java/com/vaadin/ui/components/grid/SingleSelectionModelImpl.java b/server/src/main/java/com/vaadin/ui/components/grid/SingleSelectionModelImpl.java index 008165734c..56355996b5 100644 --- a/server/src/main/java/com/vaadin/ui/components/grid/SingleSelectionModelImpl.java +++ b/server/src/main/java/com/vaadin/ui/components/grid/SingleSelectionModelImpl.java @@ -116,6 +116,7 @@ public class SingleSelectionModelImpl<T> extends AbstractSelectionModel<T> * * @param item * the selected item or {@code null} to clear selection + * @since 8.1 */ protected void doSetSelected(T item) { if (getParent() == null) { |