diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-04-26 10:09:19 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-04-26 10:09:19 +0000 |
commit | 2efde5a6989fcf02212cc9df418ea7f7689f175e (patch) | |
tree | b408adc7732029aa8022d902727fd14d979fa748 /src | |
parent | a41e7247119a465f8ffe7e5f7f305875b83c4aec (diff) | |
download | vaadin-framework-2efde5a6989fcf02212cc9df418ea7f7689f175e.tar.gz vaadin-framework-2efde5a6989fcf02212cc9df418ea7f7689f175e.zip |
Minor javadoc typo fix
svn changeset:18455/svn branch:6.6
Diffstat (limited to 'src')
-rw-r--r-- | src/com/vaadin/ui/Table.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/ui/Table.java b/src/com/vaadin/ui/Table.java index 9a80f00612..94c3bab896 100644 --- a/src/com/vaadin/ui/Table.java +++ b/src/com/vaadin/ui/Table.java @@ -1008,8 +1008,8 @@ public class Table extends AbstractSelect implements Action.Container, * Gets the header for the specified column. * * @param propertyId - * the propertyId indentifying the column. - * @return the header for the specifed column if it has one. + * the propertyId identifying the column. + * @return the header for the specified column if it has one. */ public String getColumnHeader(Object propertyId) { if (getColumnHeaderMode() == COLUMN_HEADER_MODE_HIDDEN) { |