Skip to content

Commit 4b534a2

Browse files
Update samples/snippets/src/main/java/com/example/spanner/CopyBackupSample.java
Co-authored-by: Knut Olav Løite <[email protected]>
1 parent bc787eb commit 4b534a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/src/main/java/com/example/spanner/CopyBackupSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static void copyBackup(
9999
} catch (InterruptedException e) {
100100
throw SpannerExceptionFactory.propagateInterrupt(e);
101101
}
102-
// Reload the metadata of the backup from the server.
102+
// Load the metadata of the new backup from the server.
103103
destinationBackup = destinationBackup.reload();
104104
System.out.println(
105105
String.format(

0 commit comments

Comments
 (0)