Skip to content

Commit 13c02f7

Browse files
Fixed comment
1 parent 4737fc8 commit 13c02f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/azure/cosmos/examples/diagnostics/async/CosmosDiagnosticsQuickStartAsync.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void handleDiagnostics(CosmosDiagnosticsContext diagnosticsContext, Conte
9898
cosmosClientTelemetryConfig.diagnosticsHandler(cosmosDiagnosticsHandler);
9999
cosmosClientTelemetryConfig.diagnosticsThresholds(cosmosDiagnosticsThresholds);
100100

101-
// Create sync client
101+
// Create async client
102102
client = new CosmosClientBuilder()
103103
.endpoint(AccountSettings.HOST)
104104
.key(AccountSettings.MASTER_KEY)

0 commit comments

Comments
 (0)