From: Artur Signell Date: Tue, 26 Apr 2011 10:09:19 +0000 (+0000) Subject: Minor javadoc typo fix X-Git-Tag: 6.7.0.beta1~283 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2efde5a6989fcf02212cc9df418ea7f7689f175e;p=vaadin-framework.git Minor javadoc typo fix svn changeset:18455/svn branch:6.6 --- 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) {