Skip to content

Commit e7922a5

Browse files
committed
Polish
1 parent 07c56c6 commit e7922a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
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.
@@ -667,7 +667,7 @@ public void infinispanAsJCacheWithConfig() throws IOException {
667667
}
668668

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

0 commit comments

Comments
 (0)