Skip to content

Commit

Permalink
Update indexinglanguage/src/main/java/com/yahoo/vespa/indexinglanguag…
Browse files Browse the repository at this point in the history
…e/expressions/Expression.java

Co-authored-by: Geir Storli <[email protected]>
  • Loading branch information
baldersheim and geirst authored Apr 12, 2023
1 parent 81ab3e0 commit 878a918
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protected Expression(DataType inputType) {

/**
* Returns an expression where the children of this has been converted using the given converter.
* This defauløt implementation returns this as it has no children.
* This default implementation returns this as it has no children.
*/
public Expression convertChildren(ExpressionConverter converter) { return this; }

Expand Down

0 comments on commit 878a918

Please sign in to comment.