aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-22 06:57:35 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-22 07:57:35 +0300
commit1b8d507e5b3b14a57b4527ba1af1c074b99fcca2 (patch)
tree40b7bad47f26e03c0ed2364ebbb134719c2c0e22 /compatibility-server/src/main/java/com/vaadin/v7/ui/Table.java
parentd542679321184eeacaeee7e39cd35755f3af7328 (diff)
downloadvaadin-framework-1b8d507e5b3b14a57b4527ba1af1c074b99fcca2.tar.gz
vaadin-framework-1b8d507e5b3b14a57b4527ba1af1c074b99fcca2.zip
Replace iff with if in javadoc (#10056)
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.java6
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