From 8216f4d9253406bba6d9323ff0c104649c8edd36 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sat, 12 Dec 2015 09:47:10 +0100 Subject: [PATCH] DATAJPA-834 - Polishing. Updated copyright date range and added author. Original pull request: #159. --- .../data/jpa/repository/config/BeanDefinitionNames.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/data/jpa/repository/config/BeanDefinitionNames.java b/src/main/java/org/springframework/data/jpa/repository/config/BeanDefinitionNames.java index 906a124d0..d701378a7 100644 --- a/src/main/java/org/springframework/data/jpa/repository/config/BeanDefinitionNames.java +++ b/src/main/java/org/springframework/data/jpa/repository/config/BeanDefinitionNames.java @@ -1,5 +1,5 @@ /* - * Copyright 2014 the original author or authors. + * Copyright 2014-2015 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. @@ -20,6 +20,7 @@ package org.springframework.data.jpa.repository.config; * * @author Oliver Gierke * @author Thomas Darimont + * @author Andrew Walters */ interface BeanDefinitionNames {