Skip to content

Commit

Permalink
Add javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <surajrider@gmail.com>
  • Loading branch information
dreamer-89 committed Mar 13, 2023
1 parent eb51472 commit aafa357
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

import java.util.function.Predicate;

/**
* Defines different constraints definitions
*
* @opensearch.internal
*/
public class ConstraintTypes {
public final static long CONSTRAINT_WEIGHT = 1000000L;

Expand Down

0 comments on commit aafa357

Please sign in to comment.