From f703b6e7b159f06aafcbd4e7553258823ee4a3a7 Mon Sep 17 00:00:00 2001 From: Lance Andersen Date: Mon, 16 Dec 2024 17:07:28 +0000 Subject: [PATCH] 8346202: Correct typo in SQLPermission Reviewed-by: iris Backport-of: ab1dbd4089a1a15bdf1b6b39994d5b1faacc40ab --- src/java.sql/share/classes/java/sql/SQLPermission.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java.sql/share/classes/java/sql/SQLPermission.java b/src/java.sql/share/classes/java/sql/SQLPermission.java index 863037502e5..84e41c51a33 100644 --- a/src/java.sql/share/classes/java/sql/SQLPermission.java +++ b/src/java.sql/share/classes/java/sql/SQLPermission.java @@ -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