diff options
author | Markus Koivisto <markus@vaadin.com> | 2014-10-29 17:00:42 +0200 |
---|---|---|
committer | Markus Koivisto <markus@vaadin.com> | 2014-10-29 17:03:13 +0200 |
commit | f7aac96eeba4c2731d2188f7fe93068ff44ed2f7 (patch) | |
tree | d47bcc585265abc448f7c08ddb30b8a284b063d0 | |
parent | ed2cc38308220d1c80999397288712e19df918e7 (diff) | |
download | vaadin-framework-f7aac96eeba4c2731d2188f7fe93068ff44ed2f7.tar.gz vaadin-framework-f7aac96eeba4c2731d2188f7fe93068ff44ed2f7.zip |
Fixed typo in Javadoc
Change-Id: I8c84e09c8c485e310638a814fe686fe5f856656e
-rw-r--r-- | server/src/com/vaadin/ui/Table.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/Table.java b/server/src/com/vaadin/ui/Table.java index 34d48a9b18..9da25d3e48 100644 --- a/server/src/com/vaadin/ui/Table.java +++ b/server/src/com/vaadin/ui/Table.java @@ -1029,7 +1029,7 @@ public class Table extends AbstractSelect implements Action.Container, * </p> * * <p> - * If Table has width set ({@link #setWidth(float, int)} ) the client side + * If Table has height set ({@link #setHeight(float, int)} ) the client side * may update the page length automatically the correct value. * </p> * |