summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2016-11-11 21:29:56 +0200
committerVaadin Code Review <review@vaadin.com>2016-11-11 19:52:29 +0000
commit49b766285f4e6cbc81e85847cc5a0078665f05ce (patch)
tree4f858cd13d98272554ab59bc30b299db838a002c
parentd803404e97ce90c70ece758c6ea5f0375a860296 (diff)
downloadvaadin-framework-49b766285f4e6cbc81e85847cc5a0078665f05ce.tar.gz
vaadin-framework-49b766285f4e6cbc81e85847cc5a0078665f05ce.zip
Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSource8.0.0.alpha7
Small javadoc change after code review. Change-Id: I62ba9c946e84234e4c3e183f449f4faec5600035
-rw-r--r--server/src/main/java/com/vaadin/data/Listing.java2
1 files changed, 1 insertions, 1 deletions
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<T> extends Serializable {
DataProvider<T> 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