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

Formatting

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