From: Joonas Lehtinen Date: Tue, 15 Sep 2009 13:49:19 +0000 (+0000) Subject: JavaDoc update to clear out documentation issue discussed in http://vaadin.com/forum... X-Git-Tag: 6.7.0.beta1~2479^2~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=513861844cf78f0ad838c05f3363cf5aaeb8e432;p=vaadin-framework.git JavaDoc update to clear out documentation issue discussed in http://vaadin.com/forum/-/message_boards/message/67998 svn changeset:8806/svn branch:6.1 --- diff --git a/src/com/vaadin/Application.java b/src/com/vaadin/Application.java index c87f50c2e7..ca86467e04 100644 --- a/src/com/vaadin/Application.java +++ b/src/com/vaadin/Application.java @@ -1328,10 +1328,13 @@ public abstract class Application implements URIHandler, * Contains the system messages used to notify the user about various * critical situations that can occur. *

- * Customize by overriding the static Application.getSystemMessages() and - * returning CustomizedSystemMessages. Note that getSystemMessages() is - * static - changing the system messages will by default change the message - * for all users of the application. + * Vaadin gets the SystemMessages from your application by calling a static + * getSystemMessages() method. By default the + * Application.getSystemMessages() is used. Your can customize this by + * defining the a static MyApplication.getSystemMessages() and returning + * CustomizedSystemMessages. Note that getSystemMessages() is static - + * changing the system messages will by default change the message for all + * users of the application. *

*

* The default behavior is to show a notification, and restart the