--- old/src/java.base/share/classes/java/util/FormatFlagsConversionMismatchException.java 2015-08-07 21:15:00.354584860 +0400 +++ new/src/java.base/share/classes/java/util/FormatFlagsConversionMismatchException.java 2015-08-07 21:15:00.150584870 +0400 @@ -28,7 +28,7 @@ /** * Unchecked exception thrown when a conversion and flag are incompatible. * - *

Unless otherwise specified, passing a null argument to any + *

Unless otherwise specified, passing a {@code null} argument to any * method or constructor in this class will cause a {@link * NullPointerException} to be thrown. *