Skip to content

Commit

Permalink
Fix potential source of problems with optimistic scheduling without a…
Browse files Browse the repository at this point in the history
…ctual queue v2
  • Loading branch information
kamil-sita committed Jun 8, 2024
1 parent 4f9745f commit 4dba208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static class DatabaseSubmitter {

private final DSLContext dslContext;

private DatabaseSubmitter(DSLContext dslContext) {
public DatabaseSubmitter(DSLContext dslContext) {
this.dslContext = dslContext;
}

Expand Down

0 comments on commit 4dba208

Please sign in to comment.