Skip to content

Commit

Permalink
Merge pull request #840 from mP1/feature/ExpressionEvaluationContextT…
Browse files Browse the repository at this point in the history
…esting-createCanConvert-missing-Override-FIX

ExpressionEvaluationContextTesting.createCanConvert missing @OverRide
  • Loading branch information
mP1 authored Jan 11, 2025
2 parents fe9635e + 7dc2325 commit afeff2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ default <T> void evaluateFunctionAndCheck(final C context,
);
}

@Override
default C createCanConvert() {
return this.createContext();
}
Expand Down

0 comments on commit afeff2c

Please sign in to comment.