Skip to content

Commit 0009a43

Browse files
authored
Removing the  character from the page
1 parent 6d595d5 commit 0009a43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/sql/how-to-manage-consistency.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ var response = await client.GetContainer(databaseName, containerName)
114114

115115
# [Async](#tab/api-async)
116116

117-
Async Java V2 SDK (Maven com.microsoft.azure::azure-cosmosdb)
117+
Async Java V2 SDK (Maven com.microsoft.azure::azure-cosmosdb)
118118

119119
```java
120120
// Override consistency at the client level
@@ -130,7 +130,7 @@ AsyncDocumentClient client =
130130

131131
# [Sync](#tab/api-sync)
132132

133-
Sync Java V2 SDK (Maven com.microsoft.azure::azure-documentdb)
133+
Sync Java V2 SDK (Maven com.microsoft.azure::azure-documentdb)
134134

135135
```java
136136
// Override consistency at the client level
@@ -215,7 +215,7 @@ ItemResponse<SalesOrder> response = await container.ReadItemAsync<SalesOrder>(sa
215215

216216
# [Async](#tab/api-async)
217217

218-
Async Java V2 SDK (Maven com.microsoft.azure::azure-cosmosdb)
218+
Async Java V2 SDK (Maven com.microsoft.azure::azure-cosmosdb)
219219

220220
```java
221221
// Get session token from response
@@ -239,7 +239,7 @@ Observable<ResourceResponse<Document>> readObservable = client.readDocument(docu
239239

240240
# [Sync](#tab/api-sync)
241241

242-
Sync Java V2 SDK (Maven com.microsoft.azure::azure-documentdb)
242+
Sync Java V2 SDK (Maven com.microsoft.azure::azure-documentdb)
243243

244244
```java
245245
// Get session token from response

0 commit comments

Comments
 (0)