]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479)
authorMarco Collovati <mcollovati@gmail.com>
Fri, 29 Dec 2017 07:16:18 +0000 (08:16 +0100)
committerAleksi Hietanen <aleksi@vaadin.com>
Fri, 29 Dec 2017 07:16:18 +0000 (09:16 +0200)
Fixes #10434

server/src/main/java/com/vaadin/ui/Notification.java

index 82ee3b2f57289c526240e4e14fb100849f258949..24327a8cc4913c763bc88ce8b6bfc03bf85e5a79 100644 (file)
@@ -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