From 34c683bc57245102797f7c7d1568de1936b9b03e Mon Sep 17 00:00:00 2001 From: Stas Date: Tue, 9 Apr 2019 21:33:03 +0300 Subject: [PATCH] DATACMNS-1567 - Fixed copyright year in Repository.java. Original pull request: #392. --- .../java/org/springframework/data/repository/Repository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/data/repository/Repository.java b/src/main/java/org/springframework/data/repository/Repository.java index 1f30dd83b..648366fca 100644 --- a/src/main/java/org/springframework/data/repository/Repository.java +++ b/src/main/java/org/springframework/data/repository/Repository.java @@ -1,5 +1,5 @@ /* - * Copyright 20011-2017 the original author or authors. + * Copyright 2011-2019 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.