提交 17db86f1 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Fix synthetic access warnings

上级 80501d18
...@@ -343,7 +343,7 @@ public abstract class Prepared { ...@@ -343,7 +343,7 @@ public abstract class Prepared {
* *
* @param rowNumber the row number * @param rowNumber the row number
*/ */
protected void setCurrentRowNumber(int rowNumber) { public void setCurrentRowNumber(int rowNumber) {
if ((++rowScanCount & 127) == 0) { if ((++rowScanCount & 127) == 0) {
checkCanceled(); checkCanceled();
} }
......
...@@ -432,7 +432,7 @@ public class TransactionMap<K, V> { ...@@ -432,7 +432,7 @@ public class TransactionMap<K, V> {
* at the time when snapshot was taken * at the time when snapshot was taken
* @return the value * @return the value
*/ */
private VersionedValue getValue(Page root, Page undoRoot, K key, long maxLog, VersionedValue getValue(Page root, Page undoRoot, K key, long maxLog,
VersionedValue data, BitSet committingTransactions) { VersionedValue data, BitSet committingTransactions) {
while (true) { while (true) {
if (data == null) { if (data == null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论