We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69babd7 commit 97f4a3aCopy full SHA for 97f4a3a
spanner/cloud-client/src/main/java/com/example/spanner/SpannerSample.java
@@ -1667,8 +1667,8 @@ public static void main(String[] args) throws Exception {
1667
String clientProject = spanner.getOptions().getProjectId();
1668
if (!db.getInstanceId().getProject().equals(clientProject)) {
1669
System.err.println(
1670
- "Invalid project specified. Project in the database id should match"
1671
- + "the project name set in the environment variable GCLOUD_PROJECT. Expected: "
+ "Invalid project specified. Project in the database id should match the"
+ + "project name set in the environment variable GOOGLE_CLOUD_PROJECT. Expected: "
1672
+ clientProject);
1673
printUsageAndExit();
1674
}
0 commit comments