Skip to content

Commit 30ed01f

Browse files
authored
docs(compute): Renaming a region tag to match other langs (#9408)
1 parent dfa93d9 commit 30ed01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compute/cloud-client/src/main/java/compute/ipaddress/GetStaticIpAddress.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package compute.ipaddress;
1818

19-
// [START compute_ip_address_get_static_external]
19+
// [START compute_ip_address_get_static_address]
2020

2121
import com.google.cloud.compute.v1.Address;
2222
import com.google.cloud.compute.v1.AddressesClient;
@@ -72,4 +72,4 @@ public static Address getStaticIpAddress(String projectId, String region, String
7272
}
7373
}
7474
}
75-
// [END compute_ip_address_get_static_external]
75+
// [END compute_ip_address_get_static_address]

0 commit comments

Comments
 (0)