Skip to content

Commit

Permalink
Update JacksonObjectMapperProvider.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 12, 2023
1 parent 2de8349 commit 1f5b4cd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -235,7 +235,7 @@ object JacksonObjectMapperProvider extends ExtensionId[JacksonObjectMapperProvid
e,
s"Could not load configured Jackson module [$fqcn], " +
"please verify classpath dependencies or amend the configuration " +
"[pekko.serialization.jackson-modules]. Continuing without this module."))
"[pekko.serialization.jackson215.jackson-modules]. Continuing without this module."))
None
}
} else
Expand Down Expand Up @@ -306,7 +306,7 @@ object JacksonObjectMapperProvider extends ExtensionId[JacksonObjectMapperProvid
}

/**
* Registry of shared `ObjectMapper` instances, each with it's unique `bindingName`.
* Registry of shared `ObjectMapper` instances, each with its unique `bindingName`.
*/
final class JacksonObjectMapperProvider(system: ExtendedActorSystem) extends Extension {
private val objectMappers = new ConcurrentHashMap[String, ObjectMapper]
Expand Down

0 comments on commit 1f5b4cd

Please sign in to comment.