From 7971ef24ce5151560fb8a346eae8d9807b79a6ba Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Oct 2015 17:05:06 +0200 Subject: [PATCH] Polish Closes gh-4119 --- .../boot/autoconfigure/jdbc/DatabaseDriver.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DatabaseDriver.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DatabaseDriver.java index 43c85c27b66..a5baa919b15 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DatabaseDriver.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jdbc/DatabaseDriver.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2014 the original author or authors. + * Copyright 2012-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. @@ -24,6 +24,7 @@ import org.springframework.util.StringUtils; * * @author Phillip Webb * @author Maciej Walkowiak + * @author Marten Deinum * @since 1.2.0 */ enum DatabaseDriver {