Skip to content

Commit

Permalink
asdfasfdjpalk
Browse files Browse the repository at this point in the history
  • Loading branch information
coltmcnealy-lh committed Nov 25, 2024
1 parent e363a3e commit 7fbcbdb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public interface LHExpression extends Serializable {
/**
* Returns an expression whose value is this expression with the index specified
* by `other` removed.
*
*
* Valid only for JSON_ARR expressions.
* @param index the index at which to insert the `other`.
* @return an expression whose value is this expression with the `other` inserted
Expand All @@ -62,7 +62,7 @@ public interface LHExpression extends Serializable {
/**
* Returns an expression whose value is this expression with the index specified
* by `index` removed.
*
*
* Valid only for JSON_ARR expressions.
* @param index the index at which to remove the value.
* @return an expression whose value is this expression with the value at the
Expand All @@ -73,7 +73,7 @@ public interface LHExpression extends Serializable {
/**
* Returns an expression whose value is this expression with the key specified
* by `key` removed.
*
*
* Valid only for JSON_OBJ expressions.
* @param key the key to remove from this expression.
* @return an expression whose value is this expression with the key specified
Expand Down

0 comments on commit 7fbcbdb

Please sign in to comment.