提交 dabea9d2 authored 作者: Thomas Mueller's avatar Thomas Mueller

Formatting

上级 84fadef2
......@@ -22,8 +22,9 @@ public class SpatialDataType implements DataType {
private final int dimensions;
public SpatialDataType(int dimensions) {
// Because of how we are storing the min-max-flag in the read/write method
// the no. of dimensions must be < 32.
// Because of how we are storing the
// min-max-flag in the read/write method
// the number of dimensions must be < 32.
DataUtils.checkArgument(
dimensions >= 1 && dimensions < 32,
"Dimensions must be between 1 and 31, is {0}", dimensions);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论