提交 5f5665f7 authored 作者: noelgrandin's avatar noelgrandin

spelling

上级 deb380fd
...@@ -69,7 +69,7 @@ public class MVSecondaryIndex extends BaseIndex { ...@@ -69,7 +69,7 @@ public class MVSecondaryIndex extends BaseIndex {
valueType(valueType); valueType(valueType);
dataMap = mvTable.getTransaction(null).openMap(mapName, mapBuilder); dataMap = mvTable.getTransaction(null).openMap(mapName, mapBuilder);
if (keyType != dataMap.map.getKeyType()) { if (keyType != dataMap.map.getKeyType()) {
throw DbException.throwInternalError("Incomatible key type"); throw DbException.throwInternalError("Incompatible key type");
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论