Commit e7922a57 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 07c56c60
/* /*
* 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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
......
/* /*
* 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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -667,7 +667,7 @@ public class CacheAutoConfigurationTests { ...@@ -667,7 +667,7 @@ public class CacheAutoConfigurationTests {
} }
@Test @Test
public void jCacheCacheWithCachesAndCustomizer() { // this one public void jCacheCacheWithCachesAndCustomizer() {
String cachingProviderFqn = HazelcastCachingProvider.class.getName(); String cachingProviderFqn = HazelcastCachingProvider.class.getName();
try { try {
load(JCacheWithCustomizerConfiguration.class, "spring.cache.type=jcache", load(JCacheWithCustomizerConfiguration.class, "spring.cache.type=jcache",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment