diff -r 22badc53802f -r bf24e33c7919 jdk/src/java.base/share/classes/java/io/FileOutputStream.java --- a/jdk/src/java.base/share/classes/java/io/FileOutputStream.java Wed Aug 05 12:19:38 2015 -0700 +++ b/jdk/src/java.base/share/classes/java/io/FileOutputStream.java Thu Aug 06 13:20:13 2015 +0300 @@ -37,7 +37,7 @@ * File or to a FileDescriptor. Whether or not * a file is available or may be created depends upon the underlying * platform. Some platforms, in particular, allow a file to be opened - * for writing by only one FileOutputStream (or other + * for writing by only one {@code FileOutputStream} (or other * file-writing object) at a time. In such situations the constructors in * this class will fail if the file involved is already open. *