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 bc787eb commit 4b534a2Copy full SHA for 4b534a2
samples/snippets/src/main/java/com/example/spanner/CopyBackupSample.java
@@ -99,7 +99,7 @@ static void copyBackup(
99
} catch (InterruptedException e) {
100
throw SpannerExceptionFactory.propagateInterrupt(e);
101
}
102
- // Reload the metadata of the backup from the server.
+ // Load the metadata of the new backup from the server.
103
destinationBackup = destinationBackup.reload();
104
System.out.println(
105
String.format(
0 commit comments