Browse Source

Make extra API private instead of protected (#16596)

Change-Id: I1ae0923309d4a7bd69f197bdbe308baefbe1512d
tags/7.5.0.beta1
Teemu Suo-Anttila 9 years ago
parent
commit
c30438b27d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      server/src/com/vaadin/ui/Grid.java

+ 1
- 1
server/src/com/vaadin/ui/Grid.java View 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;
}


Loading…
Cancel
Save