fabriziofortino commented on code in PR #2301:
URL: https://github.com/apache/jackrabbit-oak/pull/2301#discussion_r2101831304


##########
oak-search-elastic/src/test/java/org/apache/jackrabbit/oak/plugins/index/elastic/query/inference/ElasticInferenceUsingConfigTest.java:
##########
@@ -81,6 +83,7 @@
 public class ElasticInferenceUsingConfigTest extends ElasticAbstractQueryTest {
 
     private static final Logger LOG = 
LoggerFactory.getLogger(ElasticInferenceUsingConfigTest.class);
+    private  static ObjectMapper MAPPER = new JsonMapper();

Review Comment:
   nit: extra space
   ```suggestion
       private static ObjectMapper MAPPER = new JsonMapper();
   ```



-- 
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]

Reply via email to