Skip to content

Commit

Permalink
FDP-94: Use empty map
Browse files Browse the repository at this point in the history
Signed-off-by: Jasper Kamerling <[email protected]>
  • Loading branch information
jasperkamerling committed Nov 17, 2023
1 parent be6d1b0 commit 2e8cffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class SoapConfigurationProperties(
/**
* Timeouts for specific functions.
*/
val customTimeouts: Map<String, Int>,
val customTimeouts: Map<String, Int> = emptyMap(),
val callEndpoint: SoapEndpointConfiguration,
)

Expand Down

0 comments on commit 2e8cffc

Please sign in to comment.