Skip to content

Commit e30d9ed

Browse files
committed
Removed Java SDK v4 content
1 parent d92bfd1 commit e30d9ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/cosmos-db/create-sql-api-java-changefeed.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: How-To - an end-to-end Azure Cosmos DB Java SDK v4 application sample with Change Feed
3-
description: This tutorial walks you through a simple Java SQL API application which inserts documents into an Azure Cosmos DB container, while maintaining a materialized view of the container using Change Feed.
3+
description: This how-to guide walks you through a simple Java SQL API application which inserts documents into an Azure Cosmos DB container, while maintaining a materialized view of the container using Change Feed.
44
author: anfeldma
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: java
8-
ms.topic: tutorial
8+
ms.topic: howto
99
ms.date: 05/08/2020
1010
ms.author: anfeldma
1111
---
@@ -38,8 +38,6 @@ If you have not already done so, clone the app example repo:
3838
git clone https://github.com/Azure-Samples/azure-cosmos-java-sql-app-example.git
3939
```
4040

41-
> You have a choice to work through this Quickstart with Java SDK 4.0 or Java SDK 3.7.0. **If you would like to use Java SDK 3.7.0, in the terminal type ```git checkout SDK3.7.0```**. Otherwise, stay on the ```master``` branch, which defaults to Java SDK 4.0.
42-
4341
Open a terminal in the repo directory. Build the app by running
4442

4543
```bash

0 commit comments

Comments
 (0)