aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2012-10-08 14:17:05 +0000
committerVaadin Code Review <review@vaadin.com>2012-10-08 14:17:05 +0000
commitd6814d6406898a6670ad5522bc8b36e578af5ef0 (patch)
treeb9455079ebb0d12ad67e864ccc1b91d37f774191 /server/src/com/vaadin/ui
parentd43d15454d7cbc70f0a03d4e6666c747d7a4f657 (diff)
parent38bfea7cfa409dfe0864a5f42fb528007499999d (diff)
downloadvaadin-framework-d6814d6406898a6670ad5522bc8b36e578af5ef0.tar.gz
vaadin-framework-d6814d6406898a6670ad5522bc8b36e578af5ef0.zip
Merge "Remove CombinedRequest and BrowserDetails (#8165)"
Diffstat (limited to 'server/src/com/vaadin/ui')
-rw-r--r--server/src/com/vaadin/ui/UI.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java
index 0954bbec13..1ac4a6cba0 100644
--- a/server/src/com/vaadin/ui/UI.java
+++ b/server/src/com/vaadin/ui/UI.java
@@ -43,7 +43,6 @@ import com.vaadin.server.PaintTarget;
import com.vaadin.server.Resource;
import com.vaadin.server.UIProvider;
import com.vaadin.server.VaadinRequest;
-import com.vaadin.server.VaadinRequest.BrowserDetails;
import com.vaadin.server.VaadinService;
import com.vaadin.server.VaadinServiceSession;
import com.vaadin.server.VaadinServlet;
@@ -1003,8 +1002,7 @@ public abstract class UI extends AbstractComponentContainer implements
* state of the UI is not properly set up when the constructor is invoked.
* <p>
* The {@link VaadinRequest} can be used to get information about the
- * request that caused this UI to be created. {@link BrowserDetails} will be
- * available in the request.
+ * request that caused this UI to be created.
* </p>
*
* @param request