File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/scala/tools/jackson/module/scala Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ object ClassTagExtensions {
27
27
}
28
28
29
29
/**
30
- * ClassTag equivalent of [[ ScalaObjectMapper ]] (which it is meant to replace ).
30
+ * ClassTag equivalent of Jackson 2 ScalaObjectMapper (which it has replaced ).
31
31
* This only works with non parameterized types or parameterized types up to 5 type parameters.
32
32
*/
33
33
trait ClassTagExtensions {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package tools.jackson.module.scala
3
3
import tools .jackson .databind .util .{LookupCache , SimpleLookupCache }
4
4
5
5
/**
6
- * Factory for creating [[com.fasterxml .jackson.databind.util.LookupCache ]] instances
6
+ * Factory for creating [[tools .jackson.databind.util.LookupCache ]] instances
7
7
*
8
8
* @since 2.14.3
9
9
*/
You can’t perform that action at this time.
0 commit comments