mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8308016: Use snippets in java.io package
Reviewed-by: rriggs
This commit is contained in:
parent
e9320f31dc
commit
710453c676
20 changed files with 152 additions and 132 deletions
|
@ -1030,7 +1030,7 @@ public final class FilePermission extends Permission implements Serializable {
|
|||
* <p>and you are calling the {@code implies} method with the FilePermission:
|
||||
*
|
||||
* <pre>
|
||||
* "/tmp/scratch/foo", "read,write",
|
||||
* "/tmp/scratch/foo", "read,write",
|
||||
* </pre>
|
||||
*
|
||||
* then the {@code implies} function must
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue