Skip to content

Commit 10ae38f

Browse files
committed
fix examples
1 parent 4aafcba commit 10ae38f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/alb/src/main/java/cloud/stackit/sdk/alb/examples/AlbExample.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ public static void main(String[] args) throws IOException {
190190
.listeners(
191191
Collections.singletonList(
192192
new Listener()
193+
.name("listener-01")
193194
.port(80)
194195
.protocol(
195196
Listener.ProtocolEnum
@@ -284,6 +285,7 @@ public static void main(String[] args) throws IOException {
284285
.listeners(
285286
Collections.singletonList(
286287
new Listener()
288+
.name("listener-01")
287289
.port(80)
288290
.protocol(
289291
Listener.ProtocolEnum

0 commit comments

Comments
 (0)