We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55314c3 commit 731d85bCopy full SHA for 731d85b
xds/src/main/java/io/grpc/xds/InternalGrpcBootstrapperImpl.java
@@ -19,7 +19,6 @@
19
import io.grpc.Internal;
20
import io.grpc.xds.client.Bootstrapper.BootstrapInfo;
21
import io.grpc.xds.client.XdsInitializationException;
22
-import java.io.IOException;
23
import java.util.Map;
24
25
/**
@@ -29,10 +28,6 @@
29
28
public final class InternalGrpcBootstrapperImpl {
30
private InternalGrpcBootstrapperImpl() {} // prevent instantiation
31
32
- public static String getJsonContent() throws XdsInitializationException, IOException {
33
- return new GrpcBootstrapperImpl().getJsonContent();
34
- }
35
-
36
public static BootstrapInfo parseBootstrap(Map<String, ?> bootstrap)
37
throws XdsInitializationException {
38
return new GrpcBootstrapperImpl().bootstrap(bootstrap);
0 commit comments