aboutsummaryrefslogtreecommitdiffstats
path: root/testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-10-02 09:09:37 +0200
committerHenri Sara <henri.sara@gmail.com>2017-10-02 10:09:37 +0300
commit763a5cbe8c13ff4a169aae9062c643ad1588cea0 (patch)
treecf41f4ac4c31925f5ca69d66a3fa6a47fbecfd4f /testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java
parentadcf2e2e80c6a05ea5e43be15dc7a2576fd2bbb4 (diff)
downloadvaadin-framework-763a5cbe8c13ff4a169aae9062c643ad1588cea0.tar.gz
vaadin-framework-763a5cbe8c13ff4a169aae9062c643ad1588cea0.zip
First sentence of javadoc should end with a period (#10114)
Also includes minor other javadoc and formatting fixes.
Diffstat (limited to 'testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java')
-rw-r--r--testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java b/testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java
index 6ba2a0f339..584dd6de2b 100644
--- a/testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java
+++ b/testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java
@@ -30,7 +30,7 @@ import com.vaadin.testbench.elementsbase.ServerClass;
@ServerClass("com.vaadin.ui.Notification")
public class NotificationElement extends AbstractElement {
/**
- * Closes a notification
+ * Closes a notification.
*
* @throws TimeoutException
* If a notification can not be closed and the timeout expires.
@@ -45,7 +45,7 @@ public class NotificationElement extends AbstractElement {
}
/**
- * Returns the caption of the Notification element
+ * Returns the caption of the Notification element.
*
* @since 8.0
* @return the caption of the Notification element
@@ -57,7 +57,7 @@ public class NotificationElement extends AbstractElement {
}
/**
- * Returns description of the Notification element
+ * Returns description of the Notification element.
*
* @return description of the Notification element
*/
@@ -68,7 +68,7 @@ public class NotificationElement extends AbstractElement {
}
/**
- * Returns type of the Notification element
+ * Returns type of the Notification element.
*
* @return type of the Notification element
*/