From 9a53865c8fc3c7b2d42c347be9c5f7b17c65edd5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 15 Jan 2021 08:24:57 +0100 Subject: [PATCH] Polish --- .../java/org/springframework/boot/jdbc/DataSourceUnwrapper.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceUnwrapper.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceUnwrapper.java index 72524970cdb..a2e2725f67f 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceUnwrapper.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceUnwrapper.java @@ -50,6 +50,7 @@ public final class DataSourceUnwrapper { * @param the interface that the target type must implement * @param the target type * @return an object that implements the target type or {@code null} + * @since 2.3.8 * @see Wrapper#unwrap(Class) */ public static T unwrap(DataSource dataSource, Class unwrapInterface, Class target) {