samagra-comms / utils

0 stars 13 forks source link

Removed redundant all parameter constructor annotation in RedisCacheService. #46

Closed chinmoy12c closed 1 year ago

chinmoy12c commented 1 year ago

This annotation is unnecessary since the only parameter is a RestTemplate object and should not be passed directly and be automatically injected. Keeping this tag hinders testing as it requires manually passing a RestTemplate object.