提交 59a99bdd authored 作者: Owner's avatar Owner

Code review checks

上级 2f6921ae
...@@ -1451,7 +1451,7 @@ public class Parser { ...@@ -1451,7 +1451,7 @@ public class Parser {
private String readFromAlias(String alias) { private String readFromAlias(String alias) {
// left and right are not keywords (because they are functions as // left and right are not keywords (because they are functions as
// well) // well)
List<String> excludeIdentifiers = Arrays.asList("LEFT","RIGHT","FULL");; List<String> excludeIdentifiers = Arrays.asList("LEFT","RIGHT","FULL");
return readFromAlias(alias, excludeIdentifiers); return readFromAlias(alias, excludeIdentifiers);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论