Skip to content

Commit 555d04e

Browse files
committed
docs(compute-samples): lint fix
1 parent 48a6be7 commit 555d04e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

compute/cloud-client/src/main/java/compute/CreateTemplateWithSubnet.java

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ public class CreateTemplateWithSubnet {
3232

3333
public static void main(String[] args)
3434
throws IOException, ExecutionException, InterruptedException {
35-
/*
36-
TODO(developer): Replace these variables before running the sample.
37-
projectId: project ID or project number of the Cloud project you use.
38-
network: the network to be used in the new template. This value uses
39-
the following format: "projects/{project}/global/networks/{network}"
40-
subnetwork: the subnetwork to be used in the new template. This value
41-
uses the following format: "projects/{project}/regions/{region}/subnetworks/{subnetwork}"
42-
templateName: name of the new template to create.
43-
*/
35+
/*
36+
TODO(developer): Replace these variables before running the sample.
37+
projectId: project ID or project number of the Cloud project you use.
38+
network: the network to be used in the new template. This value uses
39+
the following format: "projects/{project}/global/networks/{network}"
40+
subnetwork: the subnetwork to be used in the new template. This value
41+
uses the following format: "projects/{project}/regions/{region}/subnetworks/{subnetwork}"
42+
templateName: name of the new template to create.
43+
*/
4444
String projectId = "your-project-id";
4545
String network = "projects/{project}/global/networks/{network}";
4646
String subnetwork = "projects/{project}/regions/{region}/subnetworks/{subnetwork}";

0 commit comments

Comments
 (0)