diff options
-rw-r--r-- | client/src/com/vaadin/client/ui/grid/sort/SortEvent.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/client/src/com/vaadin/client/ui/grid/sort/SortEvent.java b/client/src/com/vaadin/client/ui/grid/sort/SortEvent.java index 97566d944b..b0e1d27539 100644 --- a/client/src/com/vaadin/client/ui/grid/sort/SortEvent.java +++ b/client/src/com/vaadin/client/ui/grid/sort/SortEvent.java @@ -90,15 +90,6 @@ public class SortEvent<T> extends GwtEvent<SortEventHandler<?>> { } /** - * Access the data source of the Grid that fired this event - * - * @return a data source instance - */ - public DataSource<T> getDataSource() { - return grid.getDataSource(); - } - - /** * Get the sort ordering that is to be applied to the Grid * * @return a list of sort order objects |