--- old/src/java.base/share/classes/java/nio/channels/FileChannel.java 2017-05-10 17:20:28.527812507 -0700 +++ new/src/java.base/share/classes/java/nio/channels/FileChannel.java 2017-05-10 17:20:28.395806727 -0700 @@ -174,8 +174,12 @@ *

In the addition to {@code READ} and {@code WRITE}, the following * options may be present: * - * + *
+ * + * * + * + * * * * * + * *
additional options
Option Description
{@link StandardOpenOption#APPEND APPEND} If this option is present then the file is opened for writing and @@ -237,6 +241,7 @@ * href="../file/package-summary.html#integrity"> Synchronized I/O file * integrity).
* *

An implementation may also support additional options.