File tree Expand file tree Collapse file tree
datastore-v1-proto-client/src/main/java/com/google/datastore/v1/client
google-cloud-datastore-utils/src/main/java/com/google/datastore/utils Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments