Commit 5166f4c
Add missing
This fixes an issue where the `useForType` method in
GenericJackson2JsonRedisSerializer did not have the `@Override`
annotation, making it less clear that it overrides a method
from DefaultTypeResolverBuilder.
Closes #3053
Original pull request: #3058@Override annotation to GenericJackson2JsonRedisSerializer.useForType.1 parent 904968d commit 5166f4c
File tree
1 file changed
+1
-0
lines changed- src/main/java/org/springframework/data/redis/serializer
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| 639 | + | |
639 | 640 | | |
640 | 641 | | |
641 | 642 | | |
| |||
0 commit comments