Skip to content

Commit

Permalink
OK Checkstyle, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jun 20, 2024
1 parent b90da5a commit a9b7207
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ public void getSynonymSetRules(String synonymSetId, ActionListener<PagedResult<S
long totalSynonymRules = countResponse.getHits().getTotalHits().value;
if (totalSynonymRules > maxSynonymsSets) {
logger.warn(
"The number of synonym rules in the synonym set [{}] exceeds the maximum allowed. Inconsistent synonyms results may occur",
"The number of synonym rules in the synonym set [{}] exceeds the maximum allowed."
+ " Inconsistent synonyms results may occur",
synonymSetId
);
}
Expand Down

0 comments on commit a9b7207

Please sign in to comment.