Skip to content

Commit

Permalink
Fix Detekt TypeResolution Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed Nov 15, 2023
1 parent 132700e commit ec5cc93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class MessageClient(
@Value("\${mrclrchtr.message.factory.port}") val port: Int,
) {

private final var uriComponentsBuilder = UriComponentsBuilder.newInstance()
private final val uriComponentsBuilder = UriComponentsBuilder.newInstance()

private val restTemplate = templateBuilder.rootUri(
uriComponentsBuilder
Expand Down

0 comments on commit ec5cc93

Please sign in to comment.