diff options
Diffstat (limited to 'all/src/main/templates/release-notes.html')
-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> |