Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Feb 22, 2024
1 parent 7f5059d commit e223baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private ConnectionRequest.Builder setupConnectionRequestBuilderBaseConfiguration
.setReadFrom(mapReadFromEnum(configuration.getReadFrom()));

if (configuration.getCredentials() != null) {
AuthenticationInrfo.Builder authenticationInfoBuilder = AuthenticationInfo.newBuilder();
AuthenticationInfo.Builder authenticationInfoBuilder = AuthenticationInfo.newBuilder();
if (configuration.getCredentials().getUsername() != null) {
authenticationInfoBuilder.setUsername(configuration.getCredentials().getUsername());
}
Expand Down

0 comments on commit e223baf

Please sign in to comment.