Skip to content

Commit

Permalink
Update x-pack/plugin/esql-core/src/main/java/org/elasticsearch/xpack/…
Browse files Browse the repository at this point in the history
…esql/core/expression/Expression.java

Co-authored-by: Alexander Spies <alexander.spies@elastic.co>
  • Loading branch information
nik9000 and alex-spies authored Jan 9, 2025
1 parent b9ea47f commit 2e24625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public boolean foldable() {

/**
* Evaluate this expression statically to a constant. It is an error to call
* this if {@link #foldable} return false.
* this if {@link #foldable} returns false.
*/
public Object fold(FoldContext ctx) {
// TODO After removing FoldContext.unbounded from non-test code examine all calls
Expand Down

0 comments on commit 2e24625

Please sign in to comment.