Commit a6b94e7c authored by Phillip Webb's avatar Phillip Webb

Fix typo in warning

parent 209acd92
...@@ -142,7 +142,7 @@ public class JpaProperties { ...@@ -142,7 +142,7 @@ public class JpaProperties {
@Deprecated @Deprecated
public void setNamingstrategy(Class<?> namingStrategy) { public void setNamingstrategy(Class<?> namingStrategy) {
logger.warn("The property spring.jpa.namingstrategy has been renamed, " logger.warn("The property spring.jpa.namingstrategy has been renamed, "
+ "please update your configuration to use nameing-strategy"); + "please update your configuration to use naming-strategy");
this.setNamingStrategy(namingStrategy); this.setNamingStrategy(namingStrategy);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment