Skip to content

Commit

Permalink
grpclb: Make ATTR_LB_ADDRS public (#7230)
Browse files Browse the repository at this point in the history
  • Loading branch information
susinmotion committed Jul 21, 2020
1 parent 4edbe24 commit 2473110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpclb/src/main/java/io/grpc/grpclb/GrpclbConstants.java
Expand Up @@ -45,7 +45,7 @@ public final class GrpclbConstants {
/**
* Attribute key for gRPC LB server addresses.
*/
static final Attributes.Key<List<EquivalentAddressGroup>> ATTR_LB_ADDRS =
public static final Attributes.Key<List<EquivalentAddressGroup>> ATTR_LB_ADDRS =
Attributes.Key.create("io.grpc.grpclb.lbAddrs");

/**
Expand Down

0 comments on commit 2473110

Please sign in to comment.