|
|
|
|
@ -99,7 +99,7 @@ public class CacheProperties {
@@ -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; |
|
|
|
|
} |
|
|
|
|
|