Skip to content

Commit 0a3efdf

Browse files
committed
Fixup #12494: Fix documentation
1 parent e4a590d commit 0a3efdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xds/src/main/java/io/grpc/xds/internal/headermutations/HeaderMutator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import java.util.logging.Logger;
2424

2525
/**
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.
26+
* The HeaderMutator provides methods to apply header mutations to a given set of headers based on a
27+
* given set of rules.
2828
*/
2929
public class HeaderMutator {
3030

0 commit comments

Comments
 (0)