Skip to content

Commit c6cea4e

Browse files
awkorenlesv
authored andcommitted
Fix snippet tag (GoogleCloudPlatform#1244)
1 parent 8cda6cd commit c6cea4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iam/api-client/src/main/java/com/google/iam/snippets/GrantableRoles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ public static void main(String[] args) throws Exception {
5555
System.out.println("Description: " + role.getDescription());
5656
System.out.println();
5757
}
58-
// [START iam_view_grantable_roles]
58+
// [END iam_view_grantable_roles]
5959
}
6060
}

0 commit comments

Comments
 (0)