We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2373e0f commit d74d657Copy full SHA for d74d657
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheProperties.java
@@ -99,7 +99,7 @@ public Guava getGuava() {
99
*/
100
public Resource resolveConfigLocation(Resource config) {
101
if (config != null) {
102
- Assert.isTrue(config.exists(), "Cache configuration does not " + "exist '"
+ Assert.isTrue(config.exists(), "Cache configuration does not exist '"
103
+ config.getDescription() + "'");
104
return config;
105
}
0 commit comments