Skip to content

Commit 53a7993

Browse files
Fixed comments
1 parent 8f5fefc commit 53a7993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compute/cloud-client/src/main/java/compute/reservation/ConsumeSpecificSharedReservation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static void main(String[] args)
4444
// TODO(developer): Replace these variables before running the sample.
4545
// Project ID or project number of the Cloud project you want to use.
4646
String projectId = "YOUR_PROJECT_ID";
47-
// Name of the zone in which you want to create the disk.
47+
// Name of the zone in which you want to create the reservation.
4848
String zone = "us-central1-a";
4949
// Name of the reservation you want to create.
5050
String reservationName = "YOUR_RESERVATION_NAME";

compute/cloud-client/src/main/java/compute/reservation/CreateReservation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static void main(String[] args)
3636
// TODO(developer): Replace these variables before running the sample.
3737
// Project ID or project number of the Cloud project you want to use.
3838
String projectId = "YOUR_PROJECT_ID";
39-
// Name of the zone in which you want to create the disk.
39+
// Name of the zone in which you want to create the reservation.
4040
String zone = "us-central1-a";
4141
// Name of the reservation you want to create.
4242
String reservationName = "YOUR_RESERVATION_NAME";

0 commit comments

Comments
 (0)