diff options
author | Steven Spungin <steven@spungin.tv> | 2015-06-19 23:39:23 -0400 |
---|---|---|
committer | Steven Spungin <steven@spungin.tv> | 2015-06-19 23:39:23 -0400 |
commit | 050dd3659768da39260e7838bc57070c1361c1ac (patch) | |
tree | deea734a91eb4a5f93bab1a1abbed0d0b4b1d95f /server/src/com/vaadin/data | |
parent | e61da11636d1a3f21823aa2e0e09416f97a29994 (diff) | |
download | vaadin-framework-050dd3659768da39260e7838bc57070c1361c1ac.tar.gz vaadin-framework-050dd3659768da39260e7838bc57070c1361c1ac.zip |
Fix spelling
Change-Id: I7fb13c520c8ff402971214022d44be0db2b9c3ea
Diffstat (limited to 'server/src/com/vaadin/data')
-rw-r--r-- | server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java b/server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java index f07b7ecc58..86e9069e90 100644 --- a/server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java +++ b/server/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java @@ -1279,7 +1279,7 @@ public class SQLContainer implements Container, Container.Filterable, } /** - * Fetches a page from the data source based on the values of pageLenght and + * Fetches a page from the data source based on the values of pageLength and * currentOffset. Also updates the set of primary keys, used in * identification of RowItems. */ |