mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix Javadoc link and remove unnecessary semicolon
Closes gh-35573 Signed-off-by: NeatGuyCoding <15627489+NeatGuyCoding@users.noreply.github.com>
This commit is contained in:
@@ -206,7 +206,7 @@ public interface CodecConfigurer {
|
||||
@Deprecated(since = "7.0", forRemoval = true)
|
||||
default void jackson2SmileEncoder(Encoder<?> encoder) {
|
||||
jacksonSmileEncoder(encoder);
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Override the default Protobuf {@code Decoder}.
|
||||
|
||||
+1
-1
@@ -827,7 +827,7 @@ class BaseDefaultCodecs implements CodecConfigurer.DefaultCodecs, CodecConfigure
|
||||
|
||||
/**
|
||||
* Get or initialize a Jackson JSON decoder.
|
||||
* @deprecated in favor of {@link #getJacksonJsonEncoder()}
|
||||
* @deprecated in favor of {@link #getJacksonJsonDecoder()}
|
||||
*/
|
||||
@Deprecated(since = "7.0", forRemoval = true)
|
||||
protected Decoder<?> getJackson2JsonDecoder() {
|
||||
|
||||
Reference in New Issue
Block a user