Skip to content

Commit 1f40351

Browse files
committed
fixing code comments
1 parent ef272d7 commit 1f40351

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

recipes/perl/api_requests_rbac_policy.pl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sub delete_rbac_object_group_for_VMware_policy {
109109
}
110110
}
111111

112-
# subroutine to delete the object group
112+
# subroutine to delete the access rule
113113
sub delete_rbac_access_rule {
114114

115115
my @argument_list = @_;
@@ -135,7 +135,6 @@ sub delete_rbac_access_rule {
135135
}
136136
}
137137

138-
# create VMWare policy with the name vmware_test_policy with default values
139138
sub create_bpnbat_user {
140139

141140
my @argument_list = @_;
@@ -160,7 +159,7 @@ sub create_bpnbat_user {
160159
print "\n\n";
161160
}
162161

163-
# create VMWare policy with the name vmware_test_policy with default values
162+
# create Oracle policy with the name vmware_test_policy with default values
164163
sub create_oracle_policy_with_defaults {
165164

166165
my @argument_list = @_;

0 commit comments

Comments
 (0)