Skip to content

Commit cafb6eb

Browse files
committed
api: Fix checkstyle line length in EquivalentAddressGroup
1 parent be98ae9 commit cafb6eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public Attributes getAttributes() {
114114
@Override
115115
public String toString() {
116116
// 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 longer done,
118-
// so this no longer needs summarization.
117+
// (e.g., IPv4/IPv6). Aggregating many groups into a single EquivalentAddressGroup is no
118+
// longer done, so this no longer needs summarization.
119119
return "[" + addrs + "/" + attrs + "]";
120120
}
121121

0 commit comments

Comments
 (0)