Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Cui committed Aug 17, 2023
1 parent 3058bee commit 952e796
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ public CopyBackupRequest setDestination(String clusterId, String backupId) {
return this;
}

// public CopyBackupRequest setDestinationClusterId(String clusterId) {
// Preconditions.checkNotNull(clusterId);
// this.destClusterId = clusterId;
// return this;
// }

public CopyBackupRequest setExpireTime(Instant expireTime) {
Preconditions.checkNotNull(expireTime);
requestBuilder.setExpireTime(Timestamps.fromMillis(expireTime.toEpochMilli()));
Expand Down

0 comments on commit 952e796

Please sign in to comment.