Skip to content

Commit cb2efbe

Browse files
Fix styling.
Signed-off-by: Yury Fridlyand <[email protected]>
1 parent 0c4a314 commit cb2efbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/src/main/java/org/opensearch/sql/common/utils/QueryContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
/**
1616
* Utility class for recording and accessing context for the query being executed.
17-
* Implementation Details: context variables is being persisted statically in the thread context (see: @ThreadContext)
17+
* Implementation Details: context variables is being persisted statically in the thread context
18+
* @see: @ThreadContext
1819
*/
1920
public class QueryContext {
2021

0 commit comments

Comments
 (0)