ScriptRunner
------------
Key: IBATIS-472
URL: https://issues.apache.org/jira/browse/IBATIS-472
Project: iBatis for Java
Issue Type: Wish
Components: Tools
Reporter: haruhiko nishi
Priority: Trivial
String line = null;
String delimiter=";";
while ((line = lineReader.readLine()) != null) {
if (command == null) {
command = new StringBuffer();
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
