We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd02b7 commit e78eabcCopy full SHA for e78eabc
src/main/scala/tools/jackson/module/scala/introspect/JavaAnnotationIntrospector.scala
@@ -11,7 +11,7 @@ import scala.reflect.NameTransformer
11
12
object JavaAnnotationIntrospector extends JavaAnnotationIntrospectorInstance(ScalaModule.defaultBuilder)
13
14
-class JavaAnnotationIntrospectorInstance(config: ScalaModule.Config) extends NopAnnotationIntrospector {
+class JavaAnnotationIntrospectorInstance(cfg: ScalaModule.Config) extends NopAnnotationIntrospector {
15
16
override def findNameForDeserialization(config: MapperConfig[_], a: Annotated): PropertyName = None.orNull
17
0 commit comments