diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2010-07-19 05:31:09 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2010-07-19 05:31:09 +0000 |
commit | c488200e40cb22cf7cbcadeefa5507fa509d2a96 (patch) | |
tree | 0f000e86f7013fbea20327192e1ae8182aa248a0 /src/com | |
parent | 83d27c7918bcfc62c2140bfc3e32a978a0837226 (diff) | |
download | vaadin-framework-c488200e40cb22cf7cbcadeefa5507fa509d2a96.tar.gz vaadin-framework-c488200e40cb22cf7cbcadeefa5507fa509d2a96.zip |
A JavaDoc typo corrected. Thanks to Danang Suharno.
svn changeset:14248/svn branch:6.4
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/vaadin/Application.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/vaadin/Application.java b/src/com/vaadin/Application.java index 61df7c9f9a..f24d133af4 100644 --- a/src/com/vaadin/Application.java +++ b/src/com/vaadin/Application.java @@ -1532,8 +1532,8 @@ public abstract class Application implements URIHandler, * <p> * 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 + * Application.getSystemMessages() is used. You can customize this by + * defining 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. |