Commit 525f9b6
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 cd1f6ce commit 525f9b6
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 | |
|---|---|---|---|
| |||
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| 592 | + | |
592 | 593 | | |
593 | 594 | | |
594 | 595 | | |
| |||
0 commit comments