Skip to content

Commit cd7792e

Browse files
committed
Add a comment to ScriptRunner to make it clear it is an internal utility
We keep receiving enhancement requests for this class, but we actually do not need to improve this class as it's just used to load test SQLs in this repo. As it's a simple, self-contained, standalone class, users are encouraged to improve their own copy.
1 parent 2b2b678 commit cd7792e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
import java.util.regex.Pattern;
2929

3030
/**
31+
* This is an internal testing utility.<br>
32+
* You are welcome to use this class for your own purposes,<br>
33+
* but if there is some feature/enhancement you need for your own usage,<br>
34+
* please make and modify your own copy instead of sending us an enhancement request.<br>
35+
*
3136
* @author Clinton Begin
3237
*/
3338
public class ScriptRunner {

0 commit comments

Comments
 (0)