Fix typo in Javadoc of AbstractEncoder

See gh-28885
This commit is contained in:
wpp
2022-07-29 13:29:07 +08:00
committed by Stephane Nicoll
parent b8b54ee524
commit 675e0b94c1

View File

@@ -27,7 +27,7 @@ import org.springframework.lang.Nullable;
import org.springframework.util.MimeType;
/**
* Abstract base class for {@link Decoder} implementations.
* Abstract base class for {@link Encoder} implementations.
*
* @author Sebastien Deleuze
* @author Arjen Poutsma