aboutsummaryrefslogtreecommitdiffstats
path: root/testbench-api/src/main/java/com/vaadin/testbench/elements/NotificationElement.java
diff options
context:
space:
mode:
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
*/