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.
HBASE-24153 Revert "Revert "Remove unnecessary super() in MultiVersio…
Browse files Browse the repository at this point in the history
…nConcurrencyControl#MultiVersionConcurrencyControl() (apache#1468)""

A revert of a revert; i.e. a reapplication to add missing JIRA number

This reverts commit c4026d1.
saintstack authored and thangTang committed Apr 16, 2020
1 parent 3428b19 commit dae56da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -57,7 +57,6 @@ public class MultiVersionConcurrencyControl {
private final LinkedList<WriteEntry> writeQueue = new LinkedList<>();

public MultiVersionConcurrencyControl() {
super();
}

/**

0 comments on commit dae56da

Please sign in to comment.