Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/rest-client.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
oztimpower and gsmet authored Mar 3, 2021
1 parent 03d6f8f commit 9a53c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ It will allow to narrow down the number of JAX-RS providers (which can be seen a

=== Query Parameters

If the GET request requires query parameters you can leverage the `@QueryParam('query-name')` annotation instead of (or in addition to) the `@PathParam`. Path and query parameters can be combined, as required, as illustrated in a mock example below.
If the GET request requires query parameters you can leverage the `@QueryParam("parameter-name")` annotation instead of (or in addition to) the `@PathParam`. Path and query parameters can be combined, as required, as illustrated in a mock example below.

[source, java]
----
Expand Down

0 comments on commit 9a53c3d

Please sign in to comment.