Skip to content

Commit 0aa8af6

Browse files
author
AI
committed
Add @VisibleForTesting to ServerInfo.create
1 parent 92d4359 commit 0aa8af6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

xds/src/main/java/io/grpc/xds/client/Bootstrapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public static ServerInfo create(String target, @Nullable Object implSpecificConf
7777
false, false, false, false, null);
7878
}
7979

80+
@VisibleForTesting
8081
public static ServerInfo create(
8182
String target, Object implSpecificConfig,
8283
boolean ignoreResourceDeletion, boolean isTrustedXdsServer,

0 commit comments

Comments
 (0)