Skip to content

Commit 76f7ed7

Browse files
izeyeartembilan
authored andcommitted
Fix @SInCE tag for setRemoveTypeHeaders()
1 parent 7beaa60 commit 76f7ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/support/serializer/JsonDeserializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public void setUseTypeMapperForKey(boolean isKey) {
214214
* Set to false to retain type information headers after deserialization.
215215
* Default true.
216216
* @param removeTypeHeaders true to remove headers.
217-
* @since 2.1
217+
* @since 2.2
218218
*/
219219
public void setRemoveTypeHeaders(boolean removeTypeHeaders) {
220220
this.removeTypeHeaders = removeTypeHeaders;

0 commit comments

Comments
 (0)