We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cafb6eb commit 449ba36Copy full SHA for 449ba36
1 file changed
api/src/main/java/io/grpc/EquivalentAddressGroup.java
@@ -113,9 +113,9 @@ public Attributes getAttributes() {
113
114
@Override
115
public String toString() {
116
- // EquivalentAddressGroup is intended to contain a small number of addresses for the same endpoint
117
- // (e.g., IPv4/IPv6). Aggregating many groups into a single EquivalentAddressGroup is no
118
- // longer done, so this no longer needs summarization.
+ // EquivalentAddressGroup is intended to contain a small number of addresses for the same
+ // endpoint(e.g., IPv4/IPv6). Aggregating many groups into a single EquivalentAddressGroup
+ // is no longer done, so this no longer needs summarization.
119
return "[" + addrs + "/" + attrs + "]";
120
}
121
0 commit comments