summaryrefslogtreecommitdiffstats
path: root/server/src
diff options
context:
space:
mode:
Diffstat (limited to 'server/src')
-rw-r--r--server/src/com/vaadin/ui/Table.java3
1 files changed, 2 insertions, 1 deletions
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);