Skip to content

Commit 663a1a7

Browse files
committed
...
1 parent c0128de commit 663a1a7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

avro/src/main/java/com/fasterxml/jackson/dataformat/avro/AvroModule.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ public class AvroModule extends Module
3939
protected final static AvroAnnotationIntrospector INTR
4040
= new AvroAnnotationIntrospector();
4141

42-
/**
43-
* @since 2.9
44-
*/
4542
protected AnnotationIntrospector _intr = INTR;
46-
43+
4744
public AvroModule() { }
4845

4946
@Override
@@ -62,8 +59,6 @@ public String getModuleName() {
6259

6360
/**
6461
* Fluent method that configures this module instance
65-
*
66-
* @since 2.9
6762
*/
6863
public AvroModule withAnnotationIntrospector(AnnotationIntrospector intr) {
6964
_intr = intr;
@@ -103,7 +98,6 @@ protected void _addDeserializers(SetupContext context) {
10398
context.addDeserializers(desers);
10499
}
105100

106-
// since 2.9
107101
protected void _addSerializers(SetupContext context) {
108102
SimpleSerializers sers = new SimpleSerializers();
109103
sers.addSerializer(new SchemaSerializer());

0 commit comments

Comments
 (0)