Arsnael commented on code in PR #2737:
URL: https://github.com/apache/james-project/pull/2737#discussion_r2126143778
##########
mailbox/opensearch/src/main/java/org/apache/james/mailbox/opensearch/query/DefaultCriterionConverter.java:
##########
@@ -85,14 +85,14 @@ public DefaultCriterionConverter() {
registerHeaderOperatorConverters();
}
- private String evaluateFuzzinessValue(boolean textFuzzinessSearchEnable) {
+ protected String evaluateFuzzinessValue(boolean textFuzzinessSearchEnable)
{
Review Comment:
Does that really make sense in the end? Would not implement the interface
anymore but extend DefaultCriterionConverter instead then?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]