We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b5701 commit 2bb97a8Copy full SHA for 2bb97a8
docs/src/main/java/io/helidon/docs/mp/guides/SecurityOidcSnippets.java
@@ -80,7 +80,7 @@ void snippet_6(WebTarget target) {
80
.path("greet")
81
.request()
82
.header(HttpHeaders.AUTHORIZATION, "Basic " + encoding)
83
- .get(GreetingMessage.class);
+ .get(Message.class);
84
85
assertThat(jsonMessage.getMessage(), is("Hello World!"));
86
// end::snippet_4[]
0 commit comments