Skip to content

Commit 284fdfe

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
fix(demo): fix source code url
1 parent 2d25f1f commit 284fdfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/flowingcode/vaadin/addons/googlemaps/GooglemapsDemoView.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import com.flowingcode.vaadin.addons.DemoLayout;
2323
import com.flowingcode.vaadin.addons.GithubLink;
2424
import com.flowingcode.vaadin.addons.demo.TabbedDemo;
25-
import com.vaadin.flow.component.orderedlayout.VerticalLayout;
2625
import com.vaadin.flow.router.Route;
2726

2827
@SuppressWarnings("serial")
@@ -31,7 +30,8 @@
3130
public 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);

0 commit comments

Comments
 (0)