summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/Application.java
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2009-05-18 10:38:49 +0000
committerHenri Sara <henri.sara@itmill.com>2009-05-18 10:38:49 +0000
commit6a27bd3b0310ebc7b56f18c1cadd33fcda73084d (patch)
tree6a6285492baba8be9cb90b5364caea48025e5864 /src/com/vaadin/Application.java
parent23d2a2df55cfb0830c7d72c131718430f5927e40 (diff)
downloadvaadin-framework-6a27bd3b0310ebc7b56f18c1cadd33fcda73084d.tar.gz
vaadin-framework-6a27bd3b0310ebc7b56f18c1cadd33fcda73084d.zip
Incomplete - task#2904 Toolkit -> Vaadin renames
svn changeset:7850/svn branch:6.0
Diffstat (limited to 'src/com/vaadin/Application.java')
-rw-r--r--src/com/vaadin/Application.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/com/vaadin/Application.java b/src/com/vaadin/Application.java
index 3cab4a2054..da0a373909 100644
--- a/src/com/vaadin/Application.java
+++ b/src/com/vaadin/Application.java
@@ -35,9 +35,9 @@ import com.vaadin.ui.Window;
/**
* <p>
* Base class required for all Vaadin applications. This class provides all the
- * basic services required by the toolkit. These services allow external
- * discovery and manipulation of the user, {@link com.vaadin.ui.Window windows}
- * and themes, and starting and stopping the application.
+ * basic services required by Vaadin. These services allow external discovery
+ * and manipulation of the user, {@link com.vaadin.ui.Window windows} and
+ * themes, and starting and stopping the application.
* </p>
*
* <p>
@@ -799,7 +799,7 @@ public abstract class Application implements URIHandler,
/**
* Gets the previous user of the application.
*
- * @return the previous Toolkit user, if user has not changed ever on
+ * @return the previous Vaadin user, if user has not changed ever on
* application it returns <code>null</code>
*/
public Object getPreviousUser() {