diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java b/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java index cf4e95d078..8711a757a1 100644 --- a/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java +++ b/shared/src/com/vaadin/shared/ui/grid/GridClientRpc.java @@ -60,7 +60,7 @@ public interface GridClientRpc extends ClientRpc { * Informs the Grid that all items have been selected or not selected on the * server side. * - * @since + * @since 7.5.3 * @param allSelected * <code>true</code> to check the select all checkbox, * <code>false</code> to uncheck it. |