diff options
author | Marco Collovati <mcollovati@gmail.com> | 2017-12-29 08:16:18 +0100 |
---|---|---|
committer | Aleksi Hietanen <aleksi@vaadin.com> | 2017-12-29 09:16:18 +0200 |
commit | dfa18c4cd112835244996607ad885c8682605dee (patch) | |
tree | 2ef6204db145002eb38592fab427ad3442480de4 | |
parent | edc3b08defa815d9f65a9589c7a252ad99ea40fa (diff) | |
download | vaadin-framework-dfa18c4cd112835244996607ad885c8682605dee.tar.gz vaadin-framework-dfa18c4cd112835244996607ad885c8682605dee.zip |
Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479)
Fixes #10434
-rw-r--r-- | server/src/main/java/com/vaadin/ui/Notification.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/java/com/vaadin/ui/Notification.java b/server/src/main/java/com/vaadin/ui/Notification.java index 82ee3b2f57..24327a8cc4 100644 --- a/server/src/main/java/com/vaadin/ui/Notification.java +++ b/server/src/main/java/com/vaadin/ui/Notification.java @@ -53,7 +53,7 @@ import com.vaadin.shared.ui.notification.NotificationState; * message whenever you want to make the message a little more noticeable.</li> * <li>TYPE_ERROR_MESSAGE requires to user to click it before disappearing, and * can be used for critical messages.</li> - * <li>TYPE_TRAY_NOTIFICATION is shown for a while in the lower left corner of + * <li>TYPE_TRAY_NOTIFICATION is shown for a while in the lower right corner of * the window, and can be used for "convenience notifications" that do not have * to be noticed immediately, and should not interfere with the current task - * for instance to show "You have a new message in your inbox" while the user is |