mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8221597: A typo in the Java API doc for File.getUsableSpace()
Reviewed-by: lancea, darcy
This commit is contained in:
parent
79218415bc
commit
049c574933
1 changed files with 1 additions and 1 deletions
|
@ -1869,7 +1869,7 @@ public class File
|
|||
*
|
||||
* <p> The returned number of available bytes is a hint, but not a
|
||||
* guarantee, that it is possible to use most or any of these bytes. The
|
||||
* number of unallocated bytes is most likely to be accurate immediately
|
||||
* number of available bytes is most likely to be accurate immediately
|
||||
* after this call. It is likely to be made inaccurate by any external
|
||||
* I/O operations including those made on the system outside of this
|
||||
* virtual machine. This method makes no guarantee that write operations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue