From b421d6e6a7841f370bf32f9d1f394b12bf905951 Mon Sep 17 00:00:00 2001 From: Sami Ekblad Date: Fri, 28 Jun 2013 16:23:14 +0300 Subject: [PATCH] Updated Javadoc for Table.getColumnAlignment fixing #6810 Change-Id: I05004cb874f5c32c03d28119d0522d3184a82292 --- server/src/com/vaadin/ui/Table.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/src/com/vaadin/ui/Table.java b/server/src/com/vaadin/ui/Table.java index b5606b4e67..0fb6197c3e 100644 --- a/server/src/com/vaadin/ui/Table.java +++ b/server/src/com/vaadin/ui/Table.java @@ -1251,7 +1251,8 @@ public class Table extends AbstractSelect implements Action.Container, * * @param propertyId * the propertyID identifying the column. - * @return the specified column's alignment if it as one; null otherwise. + * @return the specified column's alignment if it as one; {@link Align#LEFT} + * otherwise. */ public Align getColumnAlignment(Object propertyId) { final Align a = columnAlignments.get(propertyId); -- 2.39.5