Polish
Closes gh-5925
This commit is contained in:
committed by
Stephane Nicoll
parent
afec397edd
commit
7c34dd87c1
@@ -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() {
|
||||
Reference in New Issue
Block a user