Skip to content

Commit

Permalink
Use uniform config naming
Browse files Browse the repository at this point in the history
  • Loading branch information
maallen committed Nov 18, 2024
1 parent 813f8fa commit 58f3bba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public class TMService {
@Value("${l10n.tmService.quartz.schedulerName:" + DEFAULT_SCHEDULER_NAME + "}")
String schedulerName;

@Value("${l10n.ai.translation.similarity.review.editDistanceMax:50}")
@Value("${l10n.ai.translation.review.similarity.editDistanceMax:50}")
int editDistanceMax;

@Value("${l10n.ai.translation.review.similarity.highPercentage:90}")
Expand Down

0 comments on commit 58f3bba

Please sign in to comment.