Skip to content

Commit 00b4380

Browse files
committed
typo in example properties
1 parent 369a4db commit 00b4380

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WebContent/examples/properties/privileges.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SQL Resource Privilege definitions
22

3-
# [SqlResource,*].[requestType,*]=[*,role] Note: comma-separate multiple roles
3+
# [SqlResource,*].[requestType,*]=[*,role] Note: comma-separate multiple roles
44
# Examples:
5-
# Country.select=* select on all Country to all roles
5+
# Country.select=* select on all Country to all roles
66
# *.select=all,limited,readonly select on all SQL Resources to "all", "limited" and "readonly" roles
7-
# *.insert,update,delete=all insert, update and delete methods on all SQL Resources to the "all" role
8-
# Film.insert=creator insert method on Film to the "editor" role
7+
# *.insert,update,delete=all insert, update and delete methods on all SQL Resources to the "all" role
8+
# Film.insert=editor insert method on Film to the "editor" role
99
# Film.insert,update,delete=editor insert, update and delete methods on Film to the "editor" role
1010
#
1111
*.insert,update,delete=all

0 commit comments

Comments
 (0)