jdk/test/java/security/UnresolvedPermission/Equals.policy
author jjg
Mon, 25 Nov 2013 17:42:28 -0800
changeset 21894 3535c1819067
parent 2 90ce3da70b43
permissions -rw-r--r--
8028318: [doclint] doclint will reject existing user-written doc comments using custom tags that follow the recommended rules Reviewed-by: darcy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
grant {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
    permission FooPermission;
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
    permission FooPermission;
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
};