diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-04 09:41:57 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-04 09:41:57 +0200 |
commit | 6c78fecb9f28eb5f0f09c906199dbc4c6c55d50d (patch) | |
tree | 6894380d251d4fc6235d552c21b8a9f04ae60b83 /src/com | |
parent | ca23966b65b81863e5dc42c95b430a3776b207f3 (diff) | |
download | vaadin-framework-6c78fecb9f28eb5f0f09c906199dbc4c6c55d50d.tar.gz vaadin-framework-6c78fecb9f28eb5f0f09c906199dbc4c6c55d50d.zip |
Some minor formatting changes
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/vaadin/Application.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/com/vaadin/Application.java b/src/com/vaadin/Application.java index 39a70fe27f..f751431e63 100644 --- a/src/com/vaadin/Application.java +++ b/src/com/vaadin/Application.java @@ -1384,7 +1384,7 @@ public abstract class Application implements URIHandler, } /** - * @return + * @return * "Take note of any unsaved data, and <u>click here</u> to continue." */ public String getSessionExpiredMessage() { @@ -1416,7 +1416,7 @@ public abstract class Application implements URIHandler, } /** - * @return + * @return * "Take note of any unsaved data, and <u>click here</u> to continue." */ public String getCommunicationErrorMessage() { @@ -1448,7 +1448,7 @@ public abstract class Application implements URIHandler, } /** - * @return + * @return * "Take note of any unsaved data, and <u>click here</u> to continue." */ public String getAuthenticationErrorMessage() { |