mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 10:04:42 +02:00
8202143: Parts of 8193435 added in merge change set
Reviewed-by: serb, prr
This commit is contained in:
parent
8ca8d45fb5
commit
e077905ff9
1 changed files with 0 additions and 10 deletions
|
@ -678,11 +678,6 @@ public abstract class Toolkit {
|
||||||
* If the connection to the specified URL requires
|
* If the connection to the specified URL requires
|
||||||
* either {@code URLPermission} or {@code SocketPermission},
|
* either {@code URLPermission} or {@code SocketPermission},
|
||||||
* then {@code URLPermission} is used for security checks.
|
* then {@code URLPermission} is used for security checks.
|
||||||
* For compatibility with pre-1.2 security managers, if the access
|
|
||||||
* is denied with {@code FilePermission} or {@code SocketPermission},
|
|
||||||
* the method throws the {@code SecurityException}
|
|
||||||
* if the corresponding 1.1-style SecurityManager.checkXXX method
|
|
||||||
* also denies permission.
|
|
||||||
* @param url the URL to use in fetching the pixel data.
|
* @param url the URL to use in fetching the pixel data.
|
||||||
* @return an image which gets its pixel data from
|
* @return an image which gets its pixel data from
|
||||||
* the specified URL.
|
* the specified URL.
|
||||||
|
@ -724,11 +719,6 @@ public abstract class Toolkit {
|
||||||
* If the connection to the specified URL requires
|
* If the connection to the specified URL requires
|
||||||
* either {@code URLPermission} or {@code SocketPermission},
|
* either {@code URLPermission} or {@code SocketPermission},
|
||||||
* then {@code URLPermission} is used for security checks.
|
* then {@code URLPermission} is used for security checks.
|
||||||
* For compatibility with pre-1.2 security managers, if the access
|
|
||||||
* is denied with {@code FilePermission} or {@code SocketPermission},
|
|
||||||
* the method throws {@code SecurityException}
|
|
||||||
* if the corresponding 1.1-style SecurityManager.checkXXX method
|
|
||||||
* also denies permission.
|
|
||||||
* @param url the URL to use in fetching the pixel data.
|
* @param url the URL to use in fetching the pixel data.
|
||||||
* @return an image which gets its pixel data from
|
* @return an image which gets its pixel data from
|
||||||
* the specified URL.
|
* the specified URL.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue