Skip to content

Commit

Permalink
public for issue #585
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Aug 13, 2022
1 parent 7ba26eb commit 9dba54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void init(ObjectReaderProvider provider) {
}
}

class ReaderAnnotationProcessor
public class ReaderAnnotationProcessor
implements ObjectReaderAnnotationProcessor {
@Override
public void getBeanInfo(BeanInfo beanInfo, Class<?> objectClass) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public ObjectWriterAnnotationProcessor getAnnotationProcessor() {
return annotationProcessor;
}

class WriterAnnotationProcessor
public class WriterAnnotationProcessor
implements ObjectWriterAnnotationProcessor {
@Override
public void getBeanInfo(BeanInfo beanInfo, Class objectClass) {
Expand Down

0 comments on commit 9dba54b

Please sign in to comment.