Update copyright year of changed files

This commit is contained in:
Phillip Webb
2020-07-22 18:50:07 -07:00
parent 14c1b0938a
commit 3d7d9d064c
5 changed files with 8 additions and 5 deletions

View File

@@ -28,7 +28,10 @@ import org.springframework.data.redis.connection.ClusterInfo;
*
* @author Phillip Webb
*/
class RedisHealth {
final class RedisHealth {
private RedisHealth() {
}
static Builder up(Health.Builder builder, Properties info) {
builder.withDetail("version", info.getProperty("redis_version"));

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2019 the original author or authors.
* Copyright 2012-2020 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.