File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2013-2022 the original author or authors.
2
+ * Copyright 2013-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -49,11 +49,6 @@ public class SpringDecoder implements Decoder {
49
49
50
50
private final ObjectProvider <HttpMessageConverterCustomizer > customizers ;
51
51
52
- /**
53
- * @deprecated in favour of
54
- * {@link SpringDecoder#SpringDecoder(ObjectFactory, ObjectProvider)}
55
- */
56
- @ Deprecated
57
52
public SpringDecoder (ObjectFactory <HttpMessageConverters > messageConverters ) {
58
53
this (messageConverters , new EmptyObjectProvider <>());
59
54
}
You can’t perform that action at this time.
0 commit comments