Closes gh-5925
This commit is contained in:
Johnny Lim
2016-05-12 13:55:13 +09:00
committed by Stephane Nicoll
parent afec397edd
commit 7c34dd87c1
3 changed files with 6 additions and 7 deletions

View File

@@ -33,10 +33,10 @@ import org.springframework.context.annotation.Configuration;
*/
@Configuration
@Deprecated
public class RedisStarterDepricationWarningAutoConfiguration {
public class RedisStarterDeprecationWarningAutoConfiguration {
private static final Log logger = LogFactory
.getLog(RedisStarterDepricationWarningAutoConfiguration.class);
.getLog(RedisStarterDeprecationWarningAutoConfiguration.class);
@PostConstruct
public void logWarning() {