summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2011-11-04 09:41:57 +0200
committerLeif Åstrand <leif@vaadin.com>2011-11-04 09:41:57 +0200
commit6c78fecb9f28eb5f0f09c906199dbc4c6c55d50d (patch)
tree6894380d251d4fc6235d552c21b8a9f04ae60b83 /src/com
parentca23966b65b81863e5dc42c95b430a3776b207f3 (diff)
downloadvaadin-framework-6c78fecb9f28eb5f0f09c906199dbc4c6c55d50d.tar.gz
vaadin-framework-6c78fecb9f28eb5f0f09c906199dbc4c6c55d50d.zip
Some minor formatting changes
Diffstat (limited to 'src/com')
-rw-r--r--src/com/vaadin/Application.java6
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() {