]> source.dussan.org Git - vaadin-framework.git/commitdiff
JavaDoc update to clear out documentation issue discussed in http://vaadin.com/forum...
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 15 Sep 2009 13:49:19 +0000 (13:49 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Tue, 15 Sep 2009 13:49:19 +0000 (13:49 +0000)
svn changeset:8806/svn branch:6.1

src/com/vaadin/Application.java

index c87f50c2e782d6f6e542a7da19518d273a2c3a47..ca86467e04dffc787ed565d9dc8f4d7ed2f13287 100644 (file)
@@ -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.
      * <p>
-     * 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.
      * </p>
      * <p>
      * The default behavior is to show a notification, and restart the