提交 7b72a44d authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting and documentation.

上级 b9ed0d07
Switch to Java 6!
Check dictionary.txt Check dictionary.txt
./build.sh spellcheck ./build.sh spellcheck
./build.sh javadocImpl ./build.sh javadocImpl
......
...@@ -4596,7 +4596,7 @@ public class Parser { ...@@ -4596,7 +4596,7 @@ public class Parser {
readIfEqualOrTo(); readIfEqualOrTo();
read(); read();
return new NoOperation(session); return new NoOperation(session);
} else if(readIf("NAMES")) { } else if (readIf("NAMES")) {
// Quercus PHP MySQL driver compatibility // Quercus PHP MySQL driver compatibility
readIfEqualOrTo(); readIfEqualOrTo();
read(); read();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论