Skip to content

Commit

Permalink
fix: make ConstantKeywordFieldType protected
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Hasnain <[email protected]>
  • Loading branch information
hasnain2808 committed Mar 30, 2024
1 parent 1042982 commit 71243aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public ConstantKeywordFieldMapper build(BuilderContext context) {
* @opensearch.internal
*/
@PublicApi(since = "2.14.0")
static final class ConstantKeywordFieldType extends ConstantFieldType {
protected static final class ConstantKeywordFieldType extends ConstantFieldType {

protected final String value;

Expand Down

0 comments on commit 71243aa

Please sign in to comment.