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

Commit ede861e

Browse files
committed
add back license
1 parent ec69803 commit ede861e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/java/com/azure/cosmos/examples/bulk/sync/BulkWriter.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
13

4+
/*
5+
The BulkWriter class is an attempt to provide guidance for creating
6+
a higher level abstraction over the existing low level Java Bulk API
7+
*/
28
package com.azure.cosmos.examples.bulk.sync;
39

410
import com.azure.cosmos.CosmosContainer;

0 commit comments

Comments
 (0)