From 49b766285f4e6cbc81e85847cc5a0078665f05ce Mon Sep 17 00:00:00 2001 From: elmot Date: Fri, 11 Nov 2016 21:29:56 +0200 Subject: [PATCH] Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSource Small javadoc change after code review. Change-Id: I62ba9c946e84234e4c3e183f449f4faec5600035 --- server/src/main/java/com/vaadin/data/Listing.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/java/com/vaadin/data/Listing.java b/server/src/main/java/com/vaadin/data/Listing.java index ec48be8875..c866187518 100644 --- a/server/src/main/java/com/vaadin/data/Listing.java +++ b/server/src/main/java/com/vaadin/data/Listing.java @@ -39,7 +39,7 @@ public interface Listing extends Serializable { DataProvider getDataProvider(); /** - * Sets the source of data items used by this listing. The data provider is + * Sets the data provider for this listing. The data provider is * queried for displayed items as needed. * * @param dataProvider -- 2.39.5