]> source.dussan.org Git - vaadin-framework.git/commitdiff
Make extra API private instead of protected (#16596)
authorTeemu Suo-Anttila <teemusa@vaadin.com>
Tue, 12 May 2015 08:40:04 +0000 (11:40 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 12 May 2015 09:28:32 +0000 (09:28 +0000)
Change-Id: I1ae0923309d4a7bd69f197bdbe308baefbe1512d

server/src/com/vaadin/ui/Grid.java

index 075020b3126e707733f061536102fa4caf02b8ff..ac5efad5e4a3a8f0138d5566f08847a3d743ed3e 100644 (file)
@@ -6007,7 +6007,7 @@ public class Grid extends AbstractComponent implements SelectionNotifier,
         return datasourceExtension.isDetailsVisible(itemId);
     }
 
-    protected SelectionMode getDefaultSelectionMode() {
+    private static SelectionMode getDefaultSelectionMode() {
         return SelectionMode.SINGLE;
     }