Fix Javadoc since for new modules() and modulesToInstall()

See gh-28914
This commit is contained in:
Johnny Lim 2022-08-02 22:46:49 +09:00 committed by Stephane Nicoll
parent 5ab55dfb64
commit d080b64907
1 changed files with 2 additions and 2 deletions

View File

@ -553,7 +553,7 @@ public class Jackson2ObjectMapperBuilder {
/**
* Variant of {@link #modules(Module...)} with a {@link Consumer} for full
* control over the underlying list of modules.
* @since 6.0
* @since 5.3.22
* @see #modules(Module...)
* @see #modules(List)
* @see com.fasterxml.jackson.databind.Module
@ -589,7 +589,7 @@ public class Jackson2ObjectMapperBuilder {
/**
* Variant of {@link #modulesToInstall(Module...)} with a {@link Consumer}
* for full control over the underlying list of modules.
* @since 6.0
* @since 5.3.22
* @see #modulesToInstall(Module...)
* @see #modulesToInstall(Class...)
* @see com.fasterxml.jackson.databind.Module