Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson 2015-04-08 15:50:08 +01:00
commit 507520aab9
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class MustacheAutoConfiguration {
Assert.state(location.exists(this.applicationContext),
"Cannot find template location: " + location
+ " (please add some templates, check your Mustache "
+ "configuration, or set spring.mustache.template."
+ "configuration, or set spring.mustache."
+ "check-template-location=false)");
}
}