--- old/src/java.base/share/classes/java/nio/channels/AsynchronousFileChannel.java 2017-05-03 14:00:34.660888114 -0700 +++ new/src/java.base/share/classes/java/nio/channels/AsynchronousFileChannel.java 2017-05-03 14:00:34.528882404 -0700 @@ -133,8 +133,12 @@ *

In addition to {@code READ} and {@code WRITE}, the following options * may be present: * - * + *
+ * + * * + * + * * * * * + * *
additional options
Option Description
{@link StandardOpenOption#TRUNCATE_EXISTING TRUNCATE_EXISTING} When opening an existing file, the file is first truncated to a @@ -186,6 +190,7 @@ * href="../file/package-summary.html#integrity"> Synchronized I/O file * integrity).
* *

An implementation may also support additional options.