]> source.dussan.org Git - vaadin-framework.git/commitdiff
Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSource 8.0.0.alpha7
authorelmot <elmot@vaadin.com>
Fri, 11 Nov 2016 19:29:56 +0000 (21:29 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 11 Nov 2016 19:52:29 +0000 (19:52 +0000)
Small javadoc change after code review.

Change-Id: I62ba9c946e84234e4c3e183f449f4faec5600035

server/src/main/java/com/vaadin/data/Listing.java

index ec48be887579869c10280c6a3d78bdbf7f2b1277..c866187518431405c441ba3994d81d16243a7b12 100644 (file)
@@ -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