Skip to content

Commit

Permalink
Revert "Remove unnecessary super() in MultiVersionConcurrencyControl#…
Browse files Browse the repository at this point in the history
…MultiVersionConcurrencyControl() (#1468)"

Forgot to add JIRA number. Reverting to add.

This reverts commit 12a0c1d.
  • Loading branch information
saintstack committed Apr 13, 2020
1 parent 3cf2df2 commit c4026d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public class MultiVersionConcurrencyControl {
private final LinkedList<WriteEntry> writeQueue = new LinkedList<>();

public MultiVersionConcurrencyControl() {
super();
}

/**
Expand Down

0 comments on commit c4026d1

Please sign in to comment.