Closes gh-4119
This commit is contained in:
Stephane Nicoll 2015-10-09 17:05:06 +02:00
parent 96830a550a
commit 7971ef24ce
1 changed files with 2 additions and 1 deletions

View File

@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with 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 Phillip Webb
* @author Maciej Walkowiak * @author Maciej Walkowiak
* @author Marten Deinum
* @since 1.2.0 * @since 1.2.0
*/ */
enum DatabaseDriver { enum DatabaseDriver {