microsoft / spring-data-cosmosdb

Access data with Azure Cosmos DB
MIT License
94 stars 64 forks source link

Fix string charset name to constant #417

Closed mamadaliev closed 4 years ago

mamadaliev commented 5 years ago

Hello, @microsoft! Please merge my changes if you think these changes are correct:

Fix the string " utf-8 " to the constant StandardCharsets.UTF_8,

from:

... = new InputStreamReader(process.getInputStream(), "utf-8");

to:

... = new InputStreamReader(process.getInputStream(), StandardCharsets.UTF_8);

Please do not mark this as spam.

kushagraThapar commented 5 years ago

@egnaf I will look into this soon. Will update by tomorrow.

kushagraThapar commented 5 years ago

/azp run Integration-spring-data-cosmosdb-tests

azure-pipelines[bot] commented 5 years ago
No pipelines are associated with this pull request.
kushagraThapar commented 5 years ago

/azp run

azure-pipelines[bot] commented 5 years ago
No pipelines are associated with this pull request.
kushagraThapar commented 4 years ago

/azp run

azure-pipelines[bot] commented 4 years ago

No commit pushedDate could be found for PR 417 in repo microsoft/spring-data-cosmosdb