Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public SingleChannelTransport(GrpcTransportBuilder builder) {
ManagedChannelFactory channelFactory = builder.getManagedChannelFactory();
EndpointRecord endpoint = YdbTransportImpl.getDiscoveryEndpoint(builder);

logger.info("creating signle channel transport with endpoint {}", endpoint);
logger.info("creating single channel transport with endpoint {}", endpoint);

this.database = Strings.nullToEmpty(builder.getDatabase());
this.channel = new GrpcChannel(endpoint, channelFactory);
Expand Down