Skip to content

Commit 90d6344

Browse files
committed
Merge remote-tracking branch 'origin/4.0.x'
2 parents b2d6b93 + 77632d5 commit 90d6344

File tree

1 file changed

+1
-6
lines changed
  • spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support

1 file changed

+1
-6
lines changed

spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support/SpringDecoder.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013-2022 the original author or authors.
2+
* Copyright 2013-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -49,11 +49,6 @@ public class SpringDecoder implements Decoder {
4949

5050
private final ObjectProvider<HttpMessageConverterCustomizer> customizers;
5151

52-
/**
53-
* @deprecated in favour of
54-
* {@link SpringDecoder#SpringDecoder(ObjectFactory, ObjectProvider)}
55-
*/
56-
@Deprecated
5752
public SpringDecoder(ObjectFactory<HttpMessageConverters> messageConverters) {
5853
this(messageConverters, new EmptyObjectProvider<>());
5954
}

0 commit comments

Comments
 (0)