From 90e8b48955abb6a83b727c3c23f550f66fb297cd Mon Sep 17 00:00:00 2001 From: abhibavishi Date: Wed, 17 Jun 2015 09:57:49 +0530 Subject: [PATCH] Update CustomerDataService.java --- .../java/org/baeldung/caching/example/CustomerDataService.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-all/src/main/java/org/baeldung/caching/example/CustomerDataService.java b/spring-all/src/main/java/org/baeldung/caching/example/CustomerDataService.java index 4c72d83245..a33923a197 100644 --- a/spring-all/src/main/java/org/baeldung/caching/example/CustomerDataService.java +++ b/spring-all/src/main/java/org/baeldung/caching/example/CustomerDataService.java @@ -6,9 +6,6 @@ import org.springframework.cache.annotation.Cacheable; import org.springframework.context.ApplicationContext; import org.springframework.stereotype.Component; -/** - * The Class CustomerDataService. - */ @Component @CacheConfig("addressDemo") public class CustomerDataService {