File tree
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed grpclb/src/main/java/io/grpc/grpclb
Expand file treeCollapse file tree1 file changed
+1
-1
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -45,7 +45,7 @@ public final class GrpclbConstants {
|
45 | 45 | /**
|
46 | 46 | * Attribute key for gRPC LB server addresses.
|
47 | 47 | */
|
48 |
| -static final Attributes.Key<List<EquivalentAddressGroup>> ATTR_LB_ADDRS = |
| 48 | +public static final Attributes.Key<List<EquivalentAddressGroup>> ATTR_LB_ADDRS = |
49 | 49 | Attributes.Key.create("io.grpc.grpclb.lbAddrs");
|
50 | 50 |
|
51 | 51 | /**
|
|
You can’t perform that action at this time.
0 commit comments