pekko/akka-serialization-jackson/src
Arnout Engelen ce07d5f15a
Avoid 'dead code after this construct' warnings in jackson-databind example (#29278)
This signature of jackson-databind's `set` is:

    public <T extends JsonNode> T set(String fieldName, JsonNode value)

When running the Scala compiler with dead code warnings enabled, this
will cause warnings due to https://github.com/scala/bug/issues/8109 .
Making the generic type explicit avoids that.
2020-06-23 09:15:17 +02:00
..
main Removing, deprecating and replacing usage of black/whitelist (#29254) 2020-06-18 15:48:28 +02:00
test Avoid 'dead code after this construct' warnings in jackson-databind example (#29278) 2020-06-23 09:15:17 +02:00