Skip to content

Commit

Permalink
Merge pull request #960 from jtjsir/master
Browse files Browse the repository at this point in the history
update the comment in this javafile
  • Loading branch information
kazuki43zoo committed Mar 31, 2017
2 parents e830385 + 9fb7c69 commit 823cf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/ibatis/mapping/BoundSql.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.apache.ibatis.session.Configuration;

/**
* An actual SQL String got form an {@link SqlSource} after having processed any dynamic content.
* An actual SQL String got from an {@link SqlSource} after having processed any dynamic content.
* The SQL may have SQL placeholders "?" and an list (ordered) of an parameter mappings
* with the additional information for each parameter (at least the property name of the input object to read
* the value from).
Expand Down

0 comments on commit 823cf2a

Please sign in to comment.