Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Remove unnecessary super() in MultiVersionConcurrencyControl#…
Browse files Browse the repository at this point in the history
…MultiVersionConcurrencyControl() (apache#1468)"

Forgot to add JIRA number. Reverting to add.

This reverts commit 12a0c1d.
saintstack authored and thangTang committed Apr 16, 2020
1 parent b38fa4b commit fd05259
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -57,6 +57,7 @@ public class MultiVersionConcurrencyControl {
private final LinkedList<WriteEntry> writeQueue = new LinkedList<>();

public MultiVersionConcurrencyControl() {
super();
}

/**

0 comments on commit fd05259

Please sign in to comment.