Skip to content

Commit 449ba36

Browse files
Update EquivalentAddressGroup.java
Wrap lines to be lesser than 100 characters.
1 parent cafb6eb commit 449ba36

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

api/src/main/java/io/grpc/EquivalentAddressGroup.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ public Attributes getAttributes() {
113113

114114
@Override
115115
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.
116+
// EquivalentAddressGroup is intended to contain a small number of addresses for the same
117+
// endpoint(e.g., IPv4/IPv6). Aggregating many groups into a single EquivalentAddressGroup
118+
// is no longer done, so this no longer needs summarization.
119119
return "[" + addrs + "/" + attrs + "]";
120120
}
121121

0 commit comments

Comments
 (0)