Skip to content

Commit

Permalink
javadoc: correct constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Oct 23, 2024
1 parent 20d00d6 commit 1447109
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 @@ -64,7 +64,7 @@ public JsonMediaTypeCodec(ObjectMapper objectMapper,
* @param objectMapper To read/write JSON
* @param applicationConfiguration The common application configurations
* @param codecConfiguration The configuration for the codec
* @deprecated Use {@link #JsonMediaTypeCodec(BeanProvider, ApplicationConfiguration, CodecConfiguration, ApplicationConfiguration)} instead
* @deprecated Use {@link #JsonMediaTypeCodec(BeanProvider, CodecConfiguration, ApplicationConfiguration)} instead
*/
@Deprecated
public JsonMediaTypeCodec(BeanProvider<ObjectMapper> objectMapper,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public JsonStreamMediaTypeCodec(ObjectMapper objectMapper,
* @param objectMapper To read/write JSON
* @param applicationConfiguration The common application configurations
* @param codecConfiguration The configuration for the codec
* @deprecated Use {@link #JsonStreamMediaTypeCodec(BeanProvider, ApplicationConfiguration, CodecConfiguration, ApplicationConfiguration)} instead.
* @deprecated Use {@link #JsonStreamMediaTypeCodec(BeanProvider, CodecConfiguration, ApplicationConfiguration)} instead.
*/
@Deprecated
public JsonStreamMediaTypeCodec(BeanProvider<ObjectMapper> objectMapper,
Expand Down

0 comments on commit 1447109

Please sign in to comment.