Skip to content

Commit 07a92f1

Browse files
committed
chore: Address PR feedback
1 parent 2015de3 commit 07a92f1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

java-datastore/datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client/DatastoreHelper.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ private static GoogleCredential.Builder getCredentialBuilderWithoutPrivateKey(
221221
* </ol>
222222
*
223223
* <p><b>Warning:</b> The <code>__DATASTORE_URL_OVERRIDE</code> environment variable is not
224-
* well-supported or documented. To maintain legacy behavior, the URL must include a scheme
225-
* (e.g. <code>http://localhost:8080</code>). Omitting the scheme will result in an invalid
226-
* endpoint URL.
224+
* well-supported or documented. To maintain legacy behavior, the URL must include a scheme (e.g.
225+
* <code>http://localhost:8080</code>). Omitting the scheme will result in an invalid endpoint
226+
* URL.
227227
*
228228
* <p>Users should instead use the standard and supported <code>DATASTORE_EMULATOR_HOST</code>
229229
* environment variable (e.g., <code>localhost:8080</code>) to connect to local emulators.

java-datastore/google-cloud-datastore-utils/src/main/java/com/google/datastore/utils/DatastoreHelper.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ private static GoogleCredential.Builder getCredentialBuilderWithoutPrivateKey(
223223
* </ol>
224224
*
225225
* <p><b>Warning:</b> The <code>__DATASTORE_URL_OVERRIDE</code> environment variable is not
226-
* well-supported or documented. To maintain legacy behavior, the URL must include a scheme
227-
* (e.g. <code>http://localhost:8080</code>). Omitting the scheme will result in an invalid
228-
* endpoint URL.
226+
* well-supported or documented. To maintain legacy behavior, the URL must include a scheme (e.g.
227+
* <code>http://localhost:8080</code>). Omitting the scheme will result in an invalid endpoint
228+
* URL.
229229
*
230230
* <p>Users should instead use the standard and supported <code>DATASTORE_EMULATOR_HOST</code>
231231
* environment variable (e.g., <code>localhost:8080</code>) to connect to local emulators.

0 commit comments

Comments
 (0)