diff --git a/server/src/main/java/org/opensearch/action/admin/cluster/shards/routing/wrr/put/package-info.java b/server/src/main/java/org/opensearch/action/admin/cluster/shards/routing/wrr/put/package-info.java new file mode 100644 index 0000000000000..f6df72fc6d358 --- /dev/null +++ b/server/src/main/java/org/opensearch/action/admin/cluster/shards/routing/wrr/put/package-info.java @@ -0,0 +1,12 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + */ + +/** + * WRR Weights request objects. + */ +package org.opensearch.action.admin.cluster.shards.routing.wrr.put; \ No newline at end of file