Merge pull request #857 from kazuki43zoo/SPR-12801

* pr/857:
  Add missing @since tag
master
Stephane Nicoll 9 years ago
commit ae9b5c15c8
  1. 1
      spring-jdbc/src/main/java/org/springframework/jdbc/core/simple/SimpleJdbcCallOperations.java

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

Loading…
Cancel
Save