Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing
@Override
annotation to `GenericJackson2JsonRedisSerial…
…izer.useForType`. 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
- Loading branch information