From b6056a2c5bfe6159ed95233b6e8e96cb262b5c74 Mon Sep 17 00:00:00 2001 From: Jens Jansson Date: Mon, 3 Apr 2017 08:16:33 +0300 Subject: Fixed @WidgetSet typo -> @Widgetset (#8996) --- documentation/migration/migrating-to-vaadin8.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/migration') diff --git a/documentation/migration/migrating-to-vaadin8.asciidoc b/documentation/migration/migrating-to-vaadin8.asciidoc index e53659c963..3fc60c4127 100644 --- a/documentation/migration/migrating-to-vaadin8.asciidoc +++ b/documentation/migration/migrating-to-vaadin8.asciidoc @@ -102,7 +102,7 @@ When using compatibility packages in your project you need to changes references Typically, widgetset recompilation will handle this automatically for you, except for the following two cases which should be handled manually: * Your project defines a custom widgetset, in which case you need to make sure `Vaadin7WidgetSet` is inherited -* An UI in your project defines its widgetset with the annotation `@WidgetSet("com.vaadin.DefaultWidgetSet")`, which should be changed to `@WidgetSet("com.vaadin.v7.Vaadin7WidgetSet")` +* An UI in your project defines its widgetset with the annotation `@Widgetset("com.vaadin.DefaultWidgetSet")`, which should be changed to `@Widgetset("com.vaadin.v7.Vaadin7WidgetSet")` IMPORTANT: The widgetset compilation for `Vaadin7WidgetSet` requires at least 1G of memory. To ensure this, add `-Xmx1G` to the vaadin-maven-plugin configuration in your `pom.xml` file. -- cgit v1.2.3