Skip to content

Commit 2473110

Browse files
authored
grpclb: Make ATTR_LB_ADDRS public (#7230)
1 parent 4edbe24 commit 2473110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpclb/src/main/java/io/grpc/grpclb/GrpclbConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class GrpclbConstants {
4545
/**
4646
* Attribute key for gRPC LB server addresses.
4747
*/
48-
static final Attributes.Key<List<EquivalentAddressGroup>> ATTR_LB_ADDRS =
48+
public static final Attributes.Key<List<EquivalentAddressGroup>> ATTR_LB_ADDRS =
4949
Attributes.Key.create("io.grpc.grpclb.lbAddrs");
5050

5151
/**

0 commit comments

Comments
 (0)