Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pvcnt authored and Vincent Primault committed Oct 5, 2023
1 parent 4ee3e13 commit b920d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import java.util.stream.Collectors;
import org.apache.solr.common.SolrException;

/** Tracks a number of replica per replica types. This class is mutable. */
/** Tracks the number of replicas per replica type. This class is mutable. */
public final class ReplicaCount {
private final Map<Replica.Type, Integer> countByType;

Expand Down

0 comments on commit b920d8b

Please sign in to comment.