Skip to content

Commit d51490f

Browse files
committed
added missing @SInCE tag in recently added API
1 parent 56e43b5 commit d51490f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/apache/ibatis/jdbc/ScriptRunner.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ public void setRemoveCRs(boolean removeCRs) {
6565
this.removeCRs = removeCRs;
6666
}
6767

68+
/**
69+
* @since 3.1.1
70+
*/
6871
public void setEscapeProcessing(boolean escapeProcessing) {
6972
this.escapeProcessing = escapeProcessing;
7073
}

0 commit comments

Comments
 (0)