diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-05-10 15:54:22 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-05-11 08:40:32 +0000 |
commit | 790b9cbada28b972f3c1dabc0ebe65d4af380e58 (patch) | |
tree | 8f5bb1167b54fa29e893fa3013fd602eb54e1f0b /all | |
parent | 14eebabd5a127b4b1bb4b9d084ec35069389971c (diff) | |
download | vaadin-framework-790b9cbada28b972f3c1dabc0ebe65d4af380e58.tar.gz vaadin-framework-790b9cbada28b972f3c1dabc0ebe65d4af380e58.zip |
Fix UIProvider backwards compatibility with AppWidgetset
Change-Id: Ia3171f4398caa9824f9b511da6576baa7b40be07
Diffstat (limited to 'all')
-rw-r--r-- | all/src/main/templates/release-notes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html index 6c522ef4d6..77cce634f4 100644 --- a/all/src/main/templates/release-notes.html +++ b/all/src/main/templates/release-notes.html @@ -112,7 +112,7 @@ <ul> <li>Vaadin artifacts no longer bring a transitive dependency to javax.servlet:servlet-api.</li> <li>System properties now override application parameters for settings such as production mode (see above).</li> - <li>The return type of UIProvider.getWidgetset() and BootstrapHandler.getWidgetsetForUI() has changed.</li> + <li>The return type of BootstrapHandler.getWidgetsetForUI() has changed.</li> </ul> <h3 id="knownissues">Known Issues and Limitations</h3> <ul> |