Browse Source

Add missing @since tag

Issue: SPR-12801
pull/858/head
Kazuki Shimizu 11 years ago committed by Stephane Nicoll
parent
commit
93919204a1
  1. 1
      spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCallOperations.java

1
spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCallOperations.java

@ -104,6 +104,7 @@ public interface SimpleJdbcCallOperations { @@ -104,6 +104,7 @@ public interface SimpleJdbcCallOperations {
/**
* Indicates that parameters should be bound by name.
* @return the instance of this SimpleJdbcCall
* @since 4.2
*/
SimpleJdbcCallOperations withNamedBinding();

Loading…
Cancel
Save