Skip to content

Commit 28ca0dd

Browse files
committed
Merge branch '5.3.x'
2 parents 8e7faab + 446c1ad commit 28ca0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-core/src/main/java/org/springframework/core/codec/AbstractEncoder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2022 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.
@@ -27,7 +27,7 @@
2727
import org.springframework.util.MimeType;
2828

2929
/**
30-
* Abstract base class for {@link Decoder} implementations.
30+
* Abstract base class for {@link Encoder} implementations.
3131
*
3232
* @author Sebastien Deleuze
3333
* @author Arjen Poutsma

0 commit comments

Comments
 (0)