vaadin / vaadin.com

Public tracker for vaadin.com website
https://vaadin.com/
5 stars 0 forks source link

Missing import in example code #4

Open helloingob opened 6 years ago

helloingob commented 6 years ago

I followed the guide in the tutorial "2. Starting with the Project Base" and downloaded & imported the project. I added the files in Chapter 3 (Adding a demo "backend") to the project (CustomerStatus.java, Customer.java, CustomerService.java). All three files have an import:

import com.vaadin.flow.tutorial.annotations.Helper;

which isn't in the downloaded "Project Base".

mickoyuh commented 6 years ago

Thanks, we will look into this.

kherb64 commented 6 years ago

same here. I found a - hopefully - matching class here: https://raw.githubusercontent.com/vaadin/flow-and-components-documentation/master/docs-helpers/src/main/java/com/vaadin/flow/tutorial/annotations/Helper.java