From 1b17271915b444823bc823224ea583fb37c798fe Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 14 Mar 2017 07:44:10 +0100 Subject: [PATCH] DATACMNS-1008 - Polishing. Formatting and copyright years in DefaultRepositoryInformation. --- .../repository/core/support/DefaultRepositoryInformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/data/repository/core/support/DefaultRepositoryInformation.java b/src/main/java/org/springframework/data/repository/core/support/DefaultRepositoryInformation.java index fc73cd88d..86d623607 100644 --- a/src/main/java/org/springframework/data/repository/core/support/DefaultRepositoryInformation.java +++ b/src/main/java/org/springframework/data/repository/core/support/DefaultRepositoryInformation.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2016 the original author or authors. + * Copyright 2011-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.