From 946f0fd22b1427210a0f8a3cc6e9501102ce76e6 Mon Sep 17 00:00:00 2001 From: "Michael J. Simons" Date: Mon, 1 Oct 2018 10:19:53 +0200 Subject: [PATCH] DATAGRAPH-1131 - Polishing. --- .../data/neo4j/conversion/MetaDataDrivenConversionService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/MetaDataDrivenConversionService.java b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/MetaDataDrivenConversionService.java index 089a8ecd5..a02101d74 100644 --- a/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/MetaDataDrivenConversionService.java +++ b/spring-data-neo4j/src/main/java/org/springframework/data/neo4j/conversion/MetaDataDrivenConversionService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) [2011-2016] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." + * Copyright (c) [2011-2018] "Pivotal Software, Inc." / "Neo Technology" / "Graph Aware Ltd." * * This product is licensed to you under the Apache License, Version 2.0 (the "License"). * You may not use this product except in compliance with the License. @@ -34,6 +34,7 @@ import org.springframework.core.convert.support.GenericConversionService; * @author Adam George * @author Luanne Misquitta * @author Jasper Blues + * @author Michael J. Simons */ public class MetaDataDrivenConversionService extends GenericConversionService implements ConversionCallback {