提交 992867a4 authored 作者: andrei's avatar andrei

TransactionStore move

上级 aa9a2312
......@@ -903,7 +903,7 @@ public class TransactionStore {
/**
* The map id.
*/
final int mapId;
public final int mapId;
/**
* If a record was read that was updated by this transaction, and the
......@@ -1649,7 +1649,7 @@ public class TransactionStore {
* A versioned value (possibly null). It contains a pointer to the old
* value, and the value itself.
*/
static class VersionedValue {
public static class VersionedValue {
/**
* The operation id.
......@@ -1683,7 +1683,7 @@ public class TransactionStore {
private final DataType valueType;
VersionedValueType(DataType valueType) {
public VersionedValueType(DataType valueType) {
this.valueType = valueType;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论