Skip to content

Commit 0557a66

Browse files
Fixed comment
1 parent ed76f00 commit 0557a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static void main(String[] args)
5252
"projects/%s/global/instanceTemplates/YOUR_INSTANCE_TEMPLATE_NAME", projectId);
5353
// Number of instances for which capacity needs to be reserved.
5454
int vmCount = 3;
55-
// In your main method, create a real ReservationsClient
55+
// In your main method, create ReservationsClient
5656
ReservationsClient client = ReservationsClient.create();
5757
// Create an instance of your class, passing in the client
5858
CreateSharedReservation creator = new CreateSharedReservation(client);

0 commit comments

Comments
 (0)