From e597d0cfe47d5d8e18d1ceeae2f1ea8b9e711efb Mon Sep 17 00:00:00 2001 From: Anastasia Smirnova Date: Mon, 5 Mar 2018 23:26:18 -1200 Subject: Update components-grid.asciidoc --- documentation/components/components-grid.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/components/components-grid.asciidoc') diff --git a/documentation/components/components-grid.asciidoc b/documentation/components/components-grid.asciidoc index 0af752287d..74d196cf28 100644 --- a/documentation/components/components-grid.asciidoc +++ b/documentation/components/components-grid.asciidoc @@ -198,7 +198,7 @@ access to [classname]#MultiSelectionEvent#, which allows to easily access differ [source, java] ---- // Grid in multi-selection mode -Grid grid = Grid<>() +Grid grid = new Grid<>() grid.setItems(people); MultiSelectionModel selectionModel = (MultiSelectionModel) grid.setSelectionMode(SelectionMode.MULTI); -- cgit v1.2.3