Skip to content

Commit

Permalink
Correct name of check-template-location property in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Apr 8, 2015
1 parent 0141f50 commit 5547f91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void checkTemplateLocationExists() {
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)");
}
}
Expand Down

0 comments on commit 5547f91

Please sign in to comment.