Polish
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user