Skip to content

Commit c4ed38f

Browse files
committed
Apply spotless formatting to walker Javadoc
Google Java Format wraps the list-item continuation line at the 100-char mark; the previous commit landed a non-conforming break. Apply :opensearch:spotlessApply to keep the formatter happy. Signed-off-by: Eric Wei <mengwei.eric@gmail.com>
1 parent f489c57 commit c4ed38f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

opensearch/src/main/java/org/opensearch/sql/opensearch/storage/scan/VectorSearchIndexScanBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ public void validatePlan(LogicalPlan root) {
6666
* LogicalFilter}. Projects only matter below a filter, so without a filter ancestor a
6767
* project is just the outer SELECT and should not trigger rejection.
6868
* <li>{@code sawProjectSinceFilter} — true iff a {@link LogicalProject} has been seen between
69-
* <em>any</em> enclosing filter ancestor and the current position. Once an outer Filter
70-
* has been separated from the scan by a Project, that separation is permanent — a lower
69+
* <em>any</em> enclosing filter ancestor and the current position. Once an outer Filter has
70+
* been separated from the scan by a Project, that separation is permanent — a lower
7171
* LogicalFilter below the Project does not undo the outer boundary.
7272
* </ul>
7373
*

0 commit comments

Comments
 (0)