Skip to content

Commit 5e1e689

Browse files
committed
Polishing
1 parent 7dea268 commit 5e1e689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/core/SqlReturnType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -61,7 +61,7 @@ public interface SqlReturnType {
6161
* @see java.sql.Types
6262
* @see java.sql.CallableStatement#getObject
6363
*/
64-
Object getTypeValue(CallableStatement cs, int paramIndex, int sqlType, @Nullable String typeName)
64+
Object getTypeValue(CallableStatement cs, int paramIndex, int sqlType, @Nullable String typeName)
6565
throws SQLException;
6666

6767
}

0 commit comments

Comments
 (0)