提交 60eb871f authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting.

上级 136274cc
...@@ -167,8 +167,8 @@ public class SortOrder implements Comparator<Value[]> { ...@@ -167,8 +167,8 @@ public class SortOrder implements Comparator<Value[]> {
return; return;
} }
if (limit == 1 && offset == 0) { if (limit == 1 && offset == 0) {
rows.set(0, Collections.min(rows, this)); rows.set(0, Collections.min(rows, this));
return; return;
} }
Value[][] arr = rows.toArray(new Value[rows.size()][]); Value[][] arr = rows.toArray(new Value[rows.size()][]);
Utils.sortTopN(arr, offset, limit, this); Utils.sortTopN(arr, offset, limit, this);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论