Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Yupeng Fu <yupeng@uber.com>
  • Loading branch information
yupeng9 committed Feb 5, 2025
1 parent 9751caf commit 5fd8140
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@

import org.opensearch.OpenSearchException;
import org.opensearch.OpenSearchParseException;
import org.opensearch.common.annotation.PublicApi;

import java.util.Map;

/**
* Utility class for parsing configurations.
*
* @opensearch.internal
* @opensearch.api
*/
public class ConfigurationUtils {
@PublicApi(since = "3.0.0")
public final class ConfigurationUtils {

private ConfigurationUtils() {}

Expand Down

0 comments on commit 5fd8140

Please sign in to comment.