aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-shared
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-shared
parentd542679321184eeacaeee7e39cd35755f3af7328 (diff)
downloadvaadin-framework-1b8d507e5b3b14a57b4527ba1af1c074b99fcca2.tar.gz
vaadin-framework-1b8d507e5b3b14a57b4527ba1af1c074b99fcca2.zip
Replace iff with if in javadoc (#10056)
Diffstat (limited to 'compatibility-shared')
-rw-r--r--compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/DetailsConnectorChange.java4
-rw-r--r--compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/EditorClientRpc.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/DetailsConnectorChange.java b/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/DetailsConnectorChange.java
index ff274ca432..877a558563 100644
--- a/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/DetailsConnectorChange.java
+++ b/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/DetailsConnectorChange.java
@@ -168,7 +168,7 @@ public class DetailsConnectorChange implements Serializable {
* Checks whether whether the details should remain open, even if connector
* might be <code>null</code>.
*
- * @return <code>true</code> iff the details should remain open, even if
+ * @return <code>true</code> if the details should remain open, even if
* connector might be <code>null</code>
*/
public boolean isShouldStillBeVisible() {
@@ -180,7 +180,7 @@ public class DetailsConnectorChange implements Serializable {
* <code>null</code>.
*
* @param shouldStillBeVisible
- * <code>true</code> iff the details should remain open, even if
+ * <code>true</code> if the details should remain open, even if
* connector might be <code>null</code>
*/
public void setShouldStillBeVisible(boolean shouldStillBeVisible) {
diff --git a/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/EditorClientRpc.java b/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/EditorClientRpc.java
index 72c7c83af6..d4e89c874f 100644
--- a/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/EditorClientRpc.java
+++ b/compatibility-shared/src/main/java/com/vaadin/v7/shared/ui/grid/EditorClientRpc.java
@@ -48,7 +48,7 @@ public interface EditorClientRpc extends ClientRpc {
* the client.
*
* @param bindSucceeded
- * <code>true</code> iff the bind action was successful
+ * <code>true</code> if the bind action was successful
*/
void confirmBind(boolean bindSucceeded);
@@ -57,7 +57,7 @@ public interface EditorClientRpc extends ClientRpc {
* the client.
*
* @param saveSucceeded
- * <code>true</code> iff the save action was successful
+ * <code>true</code> if the save action was successful
* @param errorMessage
* the error message to show the user
* @param errorColumnsIds