From 1b8d507e5b3b14a57b4527ba1af1c074b99fcca2 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Fri, 22 Sep 2017 06:57:35 +0200 Subject: Replace iff with if in javadoc (#10056) --- compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java') 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 -- cgit v1.2.3