aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/Table.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/itmill/toolkit/ui/Table.java')
-rw-r--r--src/com/itmill/toolkit/ui/Table.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/itmill/toolkit/ui/Table.java b/src/com/itmill/toolkit/ui/Table.java
index e51c4b44a6..9dbff353d8 100644
--- a/src/com/itmill/toolkit/ui/Table.java
+++ b/src/com/itmill/toolkit/ui/Table.java
@@ -321,14 +321,14 @@ public class Table extends Select implements Action.Container,
/* Table constructors *************************************************** */
/**
- * Creates new empty table.
+ * Creates a new empty table.
*/
public Table() {
setRowHeaderMode(ROW_HEADER_MODE_HIDDEN);
}
/**
- * Creates the new empty table with caption.
+ * Creates a new empty table with caption.
* @param caption
*/
public Table(String caption) {
@@ -337,7 +337,7 @@ public class Table extends Select implements Action.Container,
}
/**
- * Creates the new table with caption and connect it to a Container.
+ * Creates a new table with caption and connect it to a Container.
* @param caption
* @param dataSource
*/