File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/flowingcode/vaadin/addons/googlemaps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222import com .flowingcode .vaadin .addons .DemoLayout ;
2323import com .flowingcode .vaadin .addons .GithubLink ;
2424import com .flowingcode .vaadin .addons .demo .TabbedDemo ;
25- import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
2625import com .vaadin .flow .router .Route ;
2726
2827@ SuppressWarnings ("serial" )
3130public class GooglemapsDemoView extends TabbedDemo {
3231
3332 private static final String GMAPS_DEMO = "Google Maps Demo" ;
34- private static final String GMAPS_SOURCE = "https://github.com/FlowingCode/GoogleMapsAddon/blob/master/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GooglemapsDemoView.java" ;
33+ private static final String GMAPS_SOURCE =
34+ "https://github.com/FlowingCode/GoogleMapsAddon/blob/master/src/test/java/com/flowingcode/vaadin/addons/googlemaps/GoogleMapsDemo.java" ;
3535
3636 public GooglemapsDemoView () {
3737 addDemo (new GoogleMapsDemo (), GMAPS_DEMO , GMAPS_SOURCE );
You can’t perform that action at this time.
0 commit comments