Skip to content

Commit

Permalink
Refine StoredProcedure#declareParameter Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
awgtek authored and snicoll committed Nov 22, 2021
1 parent 8e8c88e commit ca4f338
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -87,6 +87,8 @@ protected boolean allowsUnusedParameters() {
* they appear in the database's stored procedure parameter list.</b>
* <p>Names are purely used to help mapping.
* @param param the parameter object
* @throws InvalidDataAccessApiUsageException if the parameter has no name; or if the operation is
* already compiled, and hence cannot be configured further
*/
@Override
public void declareParameter(SqlParameter param) throws InvalidDataAccessApiUsageException {
Expand Down

0 comments on commit ca4f338

Please sign in to comment.