Skip to content

Commit d74d657

Browse files
committed
Polish
1 parent 2373e0f commit d74d657

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache

1 file changed

+1
-1
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public Guava getGuava() {
9999
*/
100100
public Resource resolveConfigLocation(Resource config) {
101101
if (config != null) {
102-
Assert.isTrue(config.exists(), "Cache configuration does not " + "exist '"
102+
Assert.isTrue(config.exists(), "Cache configuration does not exist '"
103103
+ config.getDescription() + "'");
104104
return config;
105105
}

0 commit comments

Comments
 (0)