Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 13c02f7

Browse files
Fixed comment
1 parent 4737fc8 commit 13c02f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)