We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e7faab + 446c1ad commit 28ca0ddCopy full SHA for 28ca0dd
spring-core/src/main/java/org/springframework/core/codec/AbstractEncoder.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2019 the original author or authors.
+ * Copyright 2002-2022 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@
27
import org.springframework.util.MimeType;
28
29
/**
30
- * Abstract base class for {@link Decoder} implementations.
+ * Abstract base class for {@link Encoder} implementations.
31
32
* @author Sebastien Deleuze
33
* @author Arjen Poutsma
0 commit comments