Skip to content

Commit ea2d988

Browse files
authored
docs(compute): Removing incorrect comment
1 parent eccf0f3 commit ea2d988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static void main(String[] args)
4343
String projectId = "your-project-id";
4444
// Address name you want to use.
4545
String addressName = "your-address-name";
46-
// 'IPV4' or 'IPV6' depending on the IP version. IPV6 if True. Option only for global regions.
46+
// 'IPV4' or 'IPV6' depending on the IP version. IPV6 if True.
4747
boolean ipV6 = false;
4848
// 'STANDARD' or 'PREMIUM' network tier. Standard option available only in regional ip.
4949
boolean isPremium = false;

0 commit comments

Comments
 (0)