Skip to content

Commit

Permalink
fix deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Luro02 committed Apr 6, 2024
1 parent 3dd9653 commit 7252d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private static Optional<CtExpression<Boolean>> makeSuggestion(CtExpression<Chara
return Optional.ofNullable(MAPPING.get(range)).map(fn -> fn.suggest(
ctExpression.getFactory(),
ctExpression,
ctExpression.getFactory().Type().CHARACTER
ctExpression.getFactory().Type().characterType()
));
}

Expand Down

0 comments on commit 7252d45

Please sign in to comment.