Skip to content

Commit ab1dbd4

Browse files
author
Lance Andersen
committed
8346202: Correct typo in SQLPermission
Reviewed-by: mullan, rriggs, iris
1 parent 6b022bb commit ab1dbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.sql/share/classes/java/sql/SQLPermission.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* A {@code SQLPermission} object contains
3333
* a name (also referred to as a "target name") but no actions
3434
* list; there is either a named permission or there is not.
35-
* The target name is the name of the permission (see below). The
35+
* The target name is the name of the permission. The
3636
* naming convention follows the hierarchical property naming convention.
3737
* In addition, an asterisk
3838
* may appear at the end of the name, following a ".", or by itself, to

0 commit comments

Comments
 (0)