We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a590d commit 0a3efdfCopy full SHA for 0a3efdf
xds/src/main/java/io/grpc/xds/internal/headermutations/HeaderMutator.java
@@ -23,8 +23,8 @@
23
import java.util.logging.Logger;
24
25
/**
26
- * The HeaderMutator class is an implementation of the HeaderMutator interface. It provides methods
27
- * to apply header mutations to a given set of headers based on a given set of rules.
+ * The HeaderMutator provides methods to apply header mutations to a given set of headers based on a
+ * given set of rules.
28
*/
29
public class HeaderMutator {
30
0 commit comments