Skip to content

Commit

Permalink
8346202: Correct typo in SQLPermission
Browse files Browse the repository at this point in the history
Reviewed-by: mullan, rriggs, iris
  • Loading branch information
Lance Andersen committed Dec 15, 2024
1 parent 6b022bb commit ab1dbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.sql/share/classes/java/sql/SQLPermission.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* 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
Expand Down

1 comment on commit ab1dbd4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.