This commit is contained in:
Stephane Nicoll 2015-08-26 17:52:19 +02:00
parent 2373e0fe66
commit d74d657372
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class CacheProperties {
*/
public Resource resolveConfigLocation(Resource config) {
if (config != null) {
Assert.isTrue(config.exists(), "Cache configuration does not " + "exist '"
Assert.isTrue(config.exists(), "Cache configuration does not exist '"
+ config.getDescription() + "'");
return config;
}