Skip to content

Commit

Permalink
More publicity
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Nov 3, 2023
1 parent d8abdac commit 29e0646
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public String name() {
* @param metadata Metadata for the cluster
* @return A new ShardAllocationStatus that has not yet been filled.
*/
ShardAllocationStatus createNewStatus(Metadata metadata) {
public ShardAllocationStatus createNewStatus(Metadata metadata) {
return new ShardAllocationStatus(metadata);
}

Expand Down Expand Up @@ -861,7 +861,7 @@ public class ShardAllocationStatus {
final ShardAllocationCounts replicas = new ShardAllocationCounts();
final Metadata clusterMetadata;

ShardAllocationStatus(Metadata clusterMetadata) {
public ShardAllocationStatus(Metadata clusterMetadata) {
this.clusterMetadata = clusterMetadata;
}

Expand Down

0 comments on commit 29e0646

Please sign in to comment.