--- old/src/java.base/share/classes/java/util/IllegalFormatConversionException.java 2015-08-07 21:15:05.978584608 +0400 +++ new/src/java.base/share/classes/java/util/IllegalFormatConversionException.java 2015-08-07 21:15:05.774584617 +0400 @@ -29,7 +29,7 @@ * Unchecked exception thrown when the argument corresponding to the format * specifier is of an incompatible type. * - *

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. *