diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-10-05 13:08:28 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2012-10-05 13:08:28 +0000 |
commit | 0cb5b208589d756275772297250b20d435cbabac (patch) | |
tree | 69ef0d35ba15e0407f42502b6297613971dcd214 /shared | |
parent | d0f1a30648a9092fc65fe9f55842811342efd7be (diff) | |
parent | e80c00ebd8f2c72f197074c4d1192d702539c8d0 (diff) | |
download | vaadin-framework-0cb5b208589d756275772297250b20d435cbabac.tar.gz vaadin-framework-0cb5b208589d756275772297250b20d435cbabac.zip |
Merge "Add Page.getLocation() (#9249)"
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ui/ui/UIConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/com/vaadin/shared/ui/ui/UIConstants.java b/shared/src/com/vaadin/shared/ui/ui/UIConstants.java index 76413628a4..06a4afae98 100644 --- a/shared/src/com/vaadin/shared/ui/ui/UIConstants.java +++ b/shared/src/com/vaadin/shared/ui/ui/UIConstants.java @@ -26,7 +26,7 @@ public class UIConstants { public static final String NOTIFICATION_HTML_CONTENT_NOT_ALLOWED = "useplain"; @Deprecated - public static final String FRAGMENT_VARIABLE = "fragment"; + public static final String LOCATION_VARIABLE = "location"; @Deprecated public static final String ATTRIBUTE_NOTIFICATION_STYLE = "style"; |