mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8190382: fix small typographic errors in comments
Reviewed-by: martin
This commit is contained in:
parent
b366f4f349
commit
7f79fffba6
28 changed files with 34 additions and 34 deletions
|
@ -165,7 +165,7 @@ public abstract class AsynchronousFileChannel
|
|||
* <tr>
|
||||
* <th scope="row" > {@link StandardOpenOption#DELETE_ON_CLOSE DELETE_ON_CLOSE} </th>
|
||||
* <td> When this option is present then the implementation makes a
|
||||
* <em>best effort</em> attempt to delete the file when closed by the
|
||||
* <em>best effort</em> attempt to delete the file when closed by
|
||||
* the {@link #close close} method. If the {@code close} method is not
|
||||
* invoked then a <em>best effort</em> attempt is made to delete the file
|
||||
* when the Java virtual machine terminates. </td>
|
||||
|
|
|
@ -216,7 +216,7 @@ public abstract class FileChannel
|
|||
* <tr>
|
||||
* <th scope="row" > {@link StandardOpenOption#DELETE_ON_CLOSE DELETE_ON_CLOSE} </th>
|
||||
* <td> When this option is present then the implementation makes a
|
||||
* <em>best effort</em> attempt to delete the file when closed by the
|
||||
* <em>best effort</em> attempt to delete the file when closed by
|
||||
* the {@link #close close} method. If the {@code close} method is not
|
||||
* invoked then a <em>best effort</em> attempt is made to delete the file
|
||||
* when the Java virtual machine terminates. </td>
|
||||
|
|
|
@ -3301,7 +3301,7 @@ public final class Files {
|
|||
}
|
||||
|
||||
/**
|
||||
* Writes bytes to a file. The {@code options} parameter specifies how the
|
||||
* Writes bytes to a file. The {@code options} parameter specifies how
|
||||
* the file is created or opened. If no options are present then this method
|
||||
* works as if the {@link StandardOpenOption#CREATE CREATE}, {@link
|
||||
* StandardOpenOption#TRUNCATE_EXISTING TRUNCATE_EXISTING}, and {@link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue