8346202: Correct typo in SQLPermission

Reviewed-by: iris
Backport-of: ab1dbd4089a1a15bdf1b6b39994d5b1faacc40ab
This commit is contained in:
Lance Andersen 2024-12-16 17:07:28 +00:00
parent 297b21fb60
commit f703b6e7b1

View File

@ -32,7 +32,7 @@ import java.security.*;
* A {@code SQLPermission} object contains
* a name (also referred to as a "target name") but no actions
* list; there is either a named permission or there is not.
* The target name is the name of the permission (see below). The
* The target name is the name of the permission. The
* naming convention follows the hierarchical property naming convention.
* In addition, an asterisk
* may appear at the end of the name, following a ".", or by itself, to