From c488200e40cb22cf7cbcadeefa5507fa509d2a96 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Mon, 19 Jul 2010 05:31:09 +0000 Subject: A JavaDoc typo corrected. Thanks to Danang Suharno. svn changeset:14248/svn branch:6.4 --- src/com/vaadin/Application.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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, *

* 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. -- cgit v1.2.3