Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Hide getContextClient before GA #173

Closed christopheranderson closed 5 years ago

christopheranderson commented 5 years ago

Hide this after you've renamed the namespaces #150

https://github.com/Azure/azure-cosmosdb-java/pull/128/files#diff-bd2970db30c97f734ea8ae224914ae0a

public static AsyncDocumentClient getContextClient(CosmosClient cosmosClient) {
    return cosmosClient.asyncDocumentClient;
}
christopheranderson commented 5 years ago

Fix this too: https://github.com/Azure/azure-cosmosdb-java/pull/128/files#diff-c95ea23466767417ef9a4a8201e9adb1

https://github.com/Azure/azure-cosmosdb-java/pull/128/files#diff-fa78bf087043faa4b20114b339abc876