Skip to content

Commit

Permalink
Fix complication
Browse files Browse the repository at this point in the history
  • Loading branch information
nizhikov committed Oct 7, 2024
1 parent db36a3e commit 181429a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ protected void init() throws Exception {
client = startClientGrid("client");
}

/** {@inheritDoc} */
@Override protected QueryChecker assertQuery(IgniteEx ignite, String qry) {
/** */
protected QueryChecker assertQuery(IgniteEx ignite, String qry) {
return new QueryChecker(qry, tx, sqlTxMode) {
@Override protected QueryEngine getEngine() {
return Commons.lookupComponent(ignite.context(), QueryEngine.class);
Expand Down

0 comments on commit 181429a

Please sign in to comment.