Skip to content

Commit

Permalink
Merge pull request #1000 from awgtek
Browse files Browse the repository at this point in the history
* pr/1000:
  Polish "Refine StoredProcedure#declareParameter Javadoc"
  Refine StoredProcedure#declareParameter Javadoc

Closes gh-1000
  • Loading branch information
snicoll committed Nov 22, 2021
2 parents 8e8c88e + 544f357 commit 44da945
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 the original author or authors.
* Copyright 2002-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down 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 44da945

Please sign in to comment.