Skip to content

Commit

Permalink
docs: fix java-jaxrs-client docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Feb 19, 2024
1 parent 0e92369 commit 28a9c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/java-jaxrs-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The available config file properties are:
|`timeImplementation`|`string`|Time type class.|`"java.time.LocalTime"`|
|`dateTimeImplementation`|`string`|Date time type class.|`"java.time.OffsetDateTime"`|
|`binaryRepresentation`|`string`|Binary data representation.|`"byte[]"`|
|`constantStyle`|`"allCapsSnake"|"allCaps"|"camelCase"`|The style to use for constant naming.|`"allCapsSnake"`|
|`constantStyle`|`"allCapsSnake"\|"allCaps"\|"camelCase"`|The style to use for constant naming.|`"allCapsSnake"`|
|`useJakarta`|`boolean`|Whether to use `jakarta` packages instead of `javax` packages.|`false`|

### Behaviour
Expand Down

0 comments on commit 28a9c55

Please sign in to comment.