testing request with parameters
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -15,7 +15,7 @@ import lombok.val;
|
||||
public class LandingPageView extends Composite<VerticalLayout> {
|
||||
|
||||
public LandingPageView(TimeZoneClient client) {
|
||||
val timeZone = client.getTimeZone();
|
||||
val timeZone = client.getTimeZone("Europe", "Berlin");
|
||||
val verticalLayout = new VerticalLayout();
|
||||
verticalLayout.setSizeFull();
|
||||
verticalLayout.add(new Text(timeZone));
|
||||
|
Reference in New Issue
Block a user