This is an automated email from the ASF dual-hosted git repository.

thomasm pushed a commit to branch OAK-10527
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10527 by this push:
     new 04e2f8e3fc OAK-10527 Improve readability of the explain query output
04e2f8e3fc is described below

commit 04e2f8e3fcde06bfec42b634c44ba36b4d16e26a
Author: Thomas Mueller <[email protected]>
AuthorDate: Fri Nov 3 18:21:39 2023 +0100

    OAK-10527 Improve readability of the explain query output
---
 .../src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java 
b/oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java
index 3f15761071..8333e434d6 100644
--- a/oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java
+++ b/oak-core/src/main/java/org/apache/jackrabbit/oak/query/QueryFormatter.java
@@ -20,6 +20,8 @@ package org.apache.jackrabbit.oak.query;
 
 import java.util.Locale;
 
+import org.jetbrains.annotations.NotNull;
+
 /**
  * Formatter for JCR queries in order to make them easier to read. Formatting 
is
  * done on a best-effort basis.

Reply via email to