Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Stephane Nicoll 2017-03-09 18:33:28 +01:00
commit 6624fe47c3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2016 the original author or authors.
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.

View File

@ -669,7 +669,7 @@ public class CacheAutoConfigurationTests {
}
@Test
public void jCacheCacheWithCachesAndCustomizer() { // this one
public void jCacheCacheWithCachesAndCustomizer() {
String cachingProviderFqn = HazelcastCachingProvider.class.getName();
try {
load(JCacheWithCustomizerConfiguration.class, "spring.cache.type=jcache",