Skip to content

Commit 627291c

Browse files
committed
scala doc issues
1 parent 1ccc734 commit 627291c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scala/tools/jackson/module/scala/ClassTagExtensions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ object ClassTagExtensions {
2727
}
2828

2929
/**
30-
* ClassTag equivalent of [[ScalaObjectMapper]] (which it is meant to replace).
30+
* ClassTag equivalent of Jackson 2 ScalaObjectMapper (which it has replaced).
3131
* This only works with non parameterized types or parameterized types up to 5 type parameters.
3232
*/
3333
trait ClassTagExtensions {

src/main/scala/tools/jackson/module/scala/LookupCacheFactory.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package tools.jackson.module.scala
33
import tools.jackson.databind.util.{LookupCache, SimpleLookupCache}
44

55
/**
6-
* Factory for creating [[com.fasterxml.jackson.databind.util.LookupCache]] instances
6+
* Factory for creating [[tools.jackson.databind.util.LookupCache]] instances
77
*
88
* @since 2.14.3
99
*/

0 commit comments

Comments
 (0)