Replace TODO comment with Issue ticket changing RedisAccessor to abstract.

See #2494
See #2493
This commit is contained in:
John Blum
2023-01-24 09:42:18 -08:00
parent b958756d15
commit 149037d5d5

View File

@@ -29,7 +29,6 @@ import org.springframework.util.Assert;
* @author Costin Leau
* @author John Blum
* @see org.springframework.beans.factory.InitializingBean
* TODO: Declare as abstract
*/
public class RedisAccessor implements InitializingBean {