Skip to content

Commit 731d85b

Browse files
committed
xds: Remove InternalGrpcBootstrapperImpl.getJsonContent()
It has been unused since 84d30af.
1 parent 55314c3 commit 731d85b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

xds/src/main/java/io/grpc/xds/InternalGrpcBootstrapperImpl.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import io.grpc.Internal;
2020
import io.grpc.xds.client.Bootstrapper.BootstrapInfo;
2121
import io.grpc.xds.client.XdsInitializationException;
22-
import java.io.IOException;
2322
import java.util.Map;
2423

2524
/**
@@ -29,10 +28,6 @@
2928
public final class InternalGrpcBootstrapperImpl {
3029
private InternalGrpcBootstrapperImpl() {} // prevent instantiation
3130

32-
public static String getJsonContent() throws XdsInitializationException, IOException {
33-
return new GrpcBootstrapperImpl().getJsonContent();
34-
}
35-
3631
public static BootstrapInfo parseBootstrap(Map<String, ?> bootstrap)
3732
throws XdsInitializationException {
3833
return new GrpcBootstrapperImpl().bootstrap(bootstrap);

0 commit comments

Comments
 (0)