mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8210817: Minor typo in java.nio.file.attribute package summary
Reviewed-by: dfuchs, alanb
This commit is contained in:
parent
e71557a2d9
commit
29a20e13c4
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2007, 2017, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -93,7 +93,7 @@
|
||||||
* <p> The {@link java.nio.file.attribute.DosFileAttributeView}
|
* <p> The {@link java.nio.file.attribute.DosFileAttributeView}
|
||||||
* class extends {@code BasicFileAttributeView} by defining methods to
|
* class extends {@code BasicFileAttributeView} by defining methods to
|
||||||
* access the legacy "DOS" file attributes supported on file systems such as File
|
* access the legacy "DOS" file attributes supported on file systems such as File
|
||||||
* Allocation Tabl (FAT), commonly used in consumer devices.
|
* Allocation Table (FAT), commonly used in consumer devices.
|
||||||
*
|
*
|
||||||
* <p> The {@link java.nio.file.attribute.AclFileAttributeView}
|
* <p> The {@link java.nio.file.attribute.AclFileAttributeView}
|
||||||
* class defines methods to read and write the Access Control List (ACL)
|
* class defines methods to read and write the Access Control List (ACL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue