From: Marco Collovati Date: Fri, 29 Dec 2017 07:16:18 +0000 (+0100) Subject: Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479) X-Git-Tag: 8.3.0.alpha1~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dfa18c4cd112835244996607ad885c8682605dee;p=vaadin-framework.git Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479) Fixes #10434 --- 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. *
  • TYPE_ERROR_MESSAGE requires to user to click it before disappearing, and * can be used for critical messages.
  • - *
  • TYPE_TRAY_NOTIFICATION is shown for a while in the lower left corner of + *
  • 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