diff options
-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 |