diff options
Diffstat (limited to 'compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java')
-rw-r--r-- | compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java b/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java index 65613d00cc..ee38b2bcb3 100644 --- a/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java +++ b/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java @@ -4943,10 +4943,10 @@ public class Table extends AbstractSelect implements Action.Container, /** * Is sorting disabled altogether. * - * True iff no sortable columns are given even in the case where data source + * True if no sortable columns are given even in the case where data source * would support this. * - * @return True iff sorting is disabled. + * @return True if sorting is disabled. * @deprecated As of 7.0, use {@link #isSortEnabled()} instead */ @Deprecated @@ -4967,7 +4967,7 @@ public class Table extends AbstractSelect implements Action.Container, * Disables the sorting by the user altogether. * * @param sortDisabled - * True iff sorting is disabled. + * True if sorting is disabled. * @deprecated As of 7.0, use {@link #setSortEnabled(boolean)} instead */ @Deprecated |