Skip to content

Commit

Permalink
explicit any map value
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Dec 16, 2024
1 parent 3c75755 commit 2f7f49e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class JmsMessageProducerSpec extends JmsSpec {
val jmsProducer = JmsMessageProducer(jmsSession, settings, 0)
jmsProducer.createMessage(
JmsMapMessage(
Map(
Map[String, Any](
"string" -> "string",
"int" -> 1,
"boolean" -> true,
Expand Down

0 comments on commit 2f7f49e

Please sign in to comment.