Update CustomerDataService.java

This commit is contained in:
abhibavishi 2015-06-17 10:20:25 +05:30
parent e71147dd35
commit adfa9cb485
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import org.springframework.stereotype.Component;
@CacheConfig("addressDemo")
public class CustomerDataService {
/** The cache manager. */
@Autowired
CacheManager cacheManager;