提交 474fa6a2 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 d83f81ad
......@@ -178,6 +178,12 @@ public class RangeTable extends Table {
return max.getValue(session).getLong();
}
/**
* Get the increment.
*
* @param session the session
* @return the increment (1 by default)
*/
public long getStep(Session session) {
optimize(session);
if (step == null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论