提交 ba4c4043 authored 作者: noelgrandin's avatar noelgrandin

remove redundant line, since setCommand() is already called from the CommandContainer constructor.

Spotted by rami.ojares@gmail.com
上级 4690af0c
......@@ -217,7 +217,6 @@ public class Parser {
Prepared p = parse(sql);
p.prepare();
Command c = new CommandContainer(this, sql, p);
p.setCommand(c);
if (isToken(";")) {
String remaining = originalSQL.substring(parseIndex);
if (remaining.trim().length() != 0) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论