Skip to content

Commit

Permalink
Removed @deprecated from constructor.
Browse files Browse the repository at this point in the history
More information at #852.
  • Loading branch information
georgeanderson authored and OlgaMaciaszek committed Dec 1, 2023
1 parent 2270e69 commit 19d0b81
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ public class SpringDecoder implements Decoder {

private final ObjectProvider<HttpMessageConverterCustomizer> customizers;

/**
* @deprecated in favour of
* {@link SpringDecoder#SpringDecoder(ObjectFactory, ObjectProvider)}
*/
@Deprecated
public SpringDecoder(ObjectFactory<HttpMessageConverters> messageConverters) {
this(messageConverters, new EmptyObjectProvider<>());
}
Expand Down

0 comments on commit 19d0b81

Please sign in to comment.