From 2efde5a6989fcf02212cc9df418ea7f7689f175e Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Tue, 26 Apr 2011 10:09:19 +0000 Subject: [PATCH] Minor javadoc typo fix svn changeset:18455/svn branch:6.6 --- src/com/vaadin/ui/Table.java | 4 ++-- 1 file 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) { -- 2.39.5