Skip to content

Commit 9a53865

Browse files
committed
Polish
1 parent 8f692a1 commit 9a53865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DataSourceUnwrapper.java

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ private DataSourceUnwrapper() {
5050
* @param <I> the interface that the target type must implement
5151
* @param <T> the target type
5252
* @return an object that implements the target type or {@code null}
53+
* @since 2.3.8
5354
* @see Wrapper#unwrap(Class)
5455
*/
5556
public static <I, T extends I> T unwrap(DataSource dataSource, Class<I> unwrapInterface, Class<T> target) {

0 commit comments

Comments
 (0)