summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-04-26 10:09:19 +0000
committerArtur Signell <artur.signell@itmill.com>2011-04-26 10:09:19 +0000
commit2efde5a6989fcf02212cc9df418ea7f7689f175e (patch)
treeb408adc7732029aa8022d902727fd14d979fa748 /src
parenta41e7247119a465f8ffe7e5f7f305875b83c4aec (diff)
downloadvaadin-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.java4
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) {