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 29294d0 commit 4f55144Copy full SHA for 4f55144
spanner/cloud-client/src/main/java/com/example/spanner/SpannerSample.java
@@ -1715,8 +1715,8 @@ public static void main(String[] args) throws Exception {
1715
String clientProject = spanner.getOptions().getProjectId();
1716
if (!db.getInstanceId().getProject().equals(clientProject)) {
1717
System.err.println(
1718
- "Invalid project specified. Project in the database id should match"
1719
- + "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: "
1720
+ clientProject);
1721
printUsageAndExit();
1722
}
0 commit comments