Fix freeMarker->freemarker

This commit is contained in:
Dave Syer 2014-05-15 12:39:23 +01:00
parent aca0d38f08
commit 6a10df0933
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class FreeMarkerAutoConfiguration implements EnvironmentAware {
@Override
public void setEnvironment(Environment environment) {
this.environment = new RelaxedPropertyResolver(environment, "spring.freeMarker.");
this.environment = new RelaxedPropertyResolver(environment, "spring.freemarker.");
}
@PostConstruct