Skip to content

Commit 7e2ec93

Browse files
authored
Merge pull request #2507 from Oliverwqcwrw/master-add-deprecated-annotation
add deprecated annotation
2 parents 586dc88 + 83382d6 commit 7e2ec93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
*
2121
* @author Jeff Butler
2222
*/
23+
@Deprecated
2324
public class SqlBuilder {
2425

2526
private static final ThreadLocal<SQL> localSQL = new ThreadLocal<>();

0 commit comments

Comments
 (0)