diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-24 11:47:50 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-08-24 13:23:20 +0300 |
commit | 5c557b50bc5f7f754d60a2ed435907b897b6750b (patch) | |
tree | 7a9db946a00c955a75035db121b3109fece20574 /server/src/com/vaadin/UIRequiresMoreInformationException.java | |
parent | 0b0ddb86876a965f68c6160fe7a499412b6c199d (diff) | |
download | vaadin-framework-5c557b50bc5f7f754d60a2ed435907b897b6750b.tar.gz vaadin-framework-5c557b50bc5f7f754d60a2ed435907b897b6750b.zip |
Remaining Root -> UI renames (#8908)
Diffstat (limited to 'server/src/com/vaadin/UIRequiresMoreInformationException.java')
-rw-r--r-- | server/src/com/vaadin/UIRequiresMoreInformationException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/UIRequiresMoreInformationException.java b/server/src/com/vaadin/UIRequiresMoreInformationException.java index 0d491895e5..493c31acb6 100644 --- a/server/src/com/vaadin/UIRequiresMoreInformationException.java +++ b/server/src/com/vaadin/UIRequiresMoreInformationException.java @@ -20,7 +20,7 @@ import com.vaadin.terminal.WrappedRequest; import com.vaadin.terminal.WrappedRequest.BrowserDetails; /** - * Exception that is thrown to indicate that creating or initializing the root + * Exception that is thrown to indicate that creating or initializing the UI * requires information detailed from the web browser ({@link BrowserDetails}) * to be present. * |