Skip to content

Commit

Permalink
Fix enum docs
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
  • Loading branch information
harshavamsi committed Aug 9, 2024
1 parent cf82097 commit c9b9212
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@

import org.opensearch.common.annotation.PublicApi;

/*
* A custom rewrite override for a query. Default executes the query as is and other values determine which structure to use at run-time.
/** A custom rewrite override for a query. Default executes the query as is and other values determine which structure to use at run-time.
*
* @opensearch.internal
* */
*/
@PublicApi(since = "2.17.0")
public enum RewriteOverride {

Expand Down

0 comments on commit c9b9212

Please sign in to comment.