提交 7bb789ff authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix javadoc

上级 ee230d05
...@@ -306,7 +306,7 @@ public class Parser { ...@@ -306,7 +306,7 @@ public class Parser {
private static final int CLOSE_PAREN = OPEN_PAREN + 1; private static final int CLOSE_PAREN = OPEN_PAREN + 1;
/** /**
* The token "&&". * The token "&&".
*/ */
private static final int SPATIAL_INTERSECTS = CLOSE_PAREN + 1; private static final int SPATIAL_INTERSECTS = CLOSE_PAREN + 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论