提交 d16fcd90 authored 作者: Andrei Tokar's avatar Andrei Tokar

copyright

上级 128619d2
/* /*
* Copyright 2004-2017 H2 Group. Multiple-Licensed under the MPL 2.0, * Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html). * and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
...@@ -9,9 +9,6 @@ import org.h2.value.VersionedValue; ...@@ -9,9 +9,6 @@ import org.h2.value.VersionedValue;
/** /**
* Class CommittedVersionedValue. * Class CommittedVersionedValue.
* <UL>
* <LI> 12/24/18 8:48 PM initial creation
* </UL>
* *
* @author <a href='mailto:andrei.tokar@gmail.com'>Andrei Tokar</a> * @author <a href='mailto:andrei.tokar@gmail.com'>Andrei Tokar</a>
*/ */
......
/* /*
* Copyright 2004-2017 H2 Group. Multiple-Licensed under the MPL 2.0, * Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html). * and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
...@@ -9,9 +9,6 @@ import org.h2.value.VersionedValue; ...@@ -9,9 +9,6 @@ import org.h2.value.VersionedValue;
/** /**
* Class VersionedValueUncommitted. * Class VersionedValueUncommitted.
* <UL>
* <LI> 12/24/18 8:49 PM initial creation
* </UL>
* *
* @author <a href='mailto:andrei.tokar@gmail.com'>Andrei Tokar</a> * @author <a href='mailto:andrei.tokar@gmail.com'>Andrei Tokar</a>
*/ */
...@@ -19,7 +16,7 @@ class VersionedValueUncommitted extends VersionedValueCommitted { ...@@ -19,7 +16,7 @@ class VersionedValueUncommitted extends VersionedValueCommitted {
private final long operationId; private final long operationId;
private final Object committedValue; private final Object committedValue;
VersionedValueUncommitted(long operationId, Object value, Object committedValue) { private VersionedValueUncommitted(long operationId, Object value, Object committedValue) {
super(value); super(value);
assert operationId != 0; assert operationId != 0;
this.operationId = operationId; this.operationId = operationId;
......
/* /*
* Copyright 2004-2017 H2 Group. Multiple-Licensed under the MPL 2.0, * Copyright 2004-2018 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html). * and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group * Initial Developer: H2 Group
*/ */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论