]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated Javadoc for Table.getColumnAlignment fixing #6810
authorSami Ekblad <sami@vaadin.com>
Fri, 28 Jun 2013 13:23:14 +0000 (16:23 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 28 Jun 2013 13:36:14 +0000 (13:36 +0000)
Change-Id: I05004cb874f5c32c03d28119d0522d3184a82292

server/src/com/vaadin/ui/Table.java

index b5606b4e6738ef2850a966fd524e3a9f23e16206..0fb6197c3e88bb7c277062ef21e7596a42fa71f4 100644 (file)
@@ -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);