Skip to content

Commit 6624fe4

Browse files
committed
Merge branch '1.4.x' into 1.5.x
2 parents 207ab3e + e7922a5 commit 6624fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2016 the original author or authors.
2+
* Copyright 2012-2017 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/cache/CacheAutoConfigurationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ public void infinispanAsJCacheWithConfig() throws IOException {
669669
}
670670

671671
@Test
672-
public void jCacheCacheWithCachesAndCustomizer() { // this one
672+
public void jCacheCacheWithCachesAndCustomizer() {
673673
String cachingProviderFqn = HazelcastCachingProvider.class.getName();
674674
try {
675675
load(JCacheWithCustomizerConfiguration.class, "spring.cache.type=jcache",

0 commit comments

Comments
 (0)