From: Marko Gronroos Date: Fri, 23 Dec 2011 13:42:00 +0000 (+0200) Subject: Fixed a typo in Release Notes. X-Git-Tag: 7.0.0.alpha2~547 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=132ab3fab0d19f53b289c42386837ed1908d62cd;p=vaadin-framework.git Fixed a typo in Release Notes. --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 6701255d24..09f0df7641 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -102,7 +102,7 @@

All Vaadin 6 applications need some changes when migrating to Vaadin 7. The most obvious changes are in the application/window API and require extending either - Root or Root.LegacyWindow instead of Application. + Root or Root.LegacyApplication instead of Application.