diff options
author | Teemu Pòˆntelin <teemu@vaadin.com> | 2013-05-08 16:29:17 +0300 |
---|---|---|
committer | Teemu Pòˆntelin <teemu@vaadin.com> | 2013-05-08 16:29:17 +0300 |
commit | 3af82a92984805f4bef45f621e5f3654dcb7bcc9 (patch) | |
tree | 4fe75eca95b0fb87fb5970a6659986ffcd6b2db5 /server/src/com/vaadin/ui/UI.java | |
parent | cc995bbe0fd7d3f2c992ff20786f969f4505975b (diff) | |
download | vaadin-framework-3af82a92984805f4bef45f621e5f3654dcb7bcc9.tar.gz vaadin-framework-3af82a92984805f4bef45f621e5f3654dcb7bcc9.zip |
Fixed a typo in UI class Javadoc. #11804
Change-Id: I609489bd9022285565e227e63b11a73e91831503
Diffstat (limited to 'server/src/com/vaadin/ui/UI.java')
-rw-r--r-- | server/src/com/vaadin/ui/UI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java index 6433bebbe4..3574c5527d 100644 --- a/server/src/com/vaadin/ui/UI.java +++ b/server/src/com/vaadin/ui/UI.java @@ -63,7 +63,7 @@ import com.vaadin.util.CurrentInstance; * When a new UI instance is needed, typically because the user opens a URL in a * browser window which points to e.g. {@link VaadinServlet}, all * {@link UIProvider}s registered to the current {@link VaadinSession} are - * queried for the UI class that should be used. The selection is by defaylt + * queried for the UI class that should be used. The selection is by default * based on the {@value VaadinSession#UI_PARAMETER} parameter from web.xml. * </p> * <p> |