Skip to content

Commit

Permalink
fix sonar false warning
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Dec 7, 2023
1 parent 502415f commit c16273e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void open(final CosmosConnectionString cosmosConnectionString, final Driv

this.cosmosClient = ((CosmosClientDriver) driverObject).connect(cosmosConnectionString);

final String databaseName = cosmosConnectionString.getDatabaseName().get();
final String databaseName = cosmosConnectionString.getDatabaseName().get(); //NOSONAR

try {
this.cosmosClient.createDatabaseIfNotExists(databaseName);
Expand Down

0 comments on commit c16273e

Please sign in to comment.