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 986f2f2 commit 0ecbeb7Copy full SHA for 0ecbeb7
samples/snippets/src/main/java/com/example/spanner/CopyBackupSample.java
@@ -38,7 +38,9 @@ public class CopyBackupSample {
38
public static void main(String[] args) {
39
if (args.length != 4) {
40
throw new IllegalArgumentException(
41
- "Invalid number of arguments. Usage: CopyBackupSample <project-id> <instance-id> <source-backup-id> <destination-backup-id>");
+ "Invalid number of arguments. "
42
+ + "Usage: CopyBackupSample "
43
+ + "<project-id> <instance-id> <source-backup-id> <destination-backup-id>");
44
}
45
String projectId = args[0];
46
String instanceId = args[1];
0 commit comments