Skip to content

Commit

Permalink
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.
  • Loading branch information
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
Expand Up @@ -57,7 +57,6 @@ public class MultiVersionConcurrencyControl {
private final LinkedList<WriteEntry> writeQueue = new LinkedList<>();

public MultiVersionConcurrencyControl() {
super();
}

/**
Expand Down

0 comments on commit dae56da

Please sign in to comment.